Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the collection of PivotedGridColumn objects to be appended when this SliceUpdate is applied.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PivotedColumns As IEnumerable(Of PivotedGridColumn)
Get
Set
'Usage
Dim instance As SliceUpdate
Dim value As IEnumerable(Of PivotedGridColumn)
value = instance.PivotedColumns
instance.PivotedColumns = value
public IEnumerable<PivotedGridColumn> PivotedColumns { get; set; }
Property Value
Type: System.Collections.Generic.IEnumerable<PivotedGridColumn>
An IEnumerable<T> of pivoted columns.