Share via


SliceUpdate.PivotedColumns Property

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.

See Also

Reference

SliceUpdate Class

SliceUpdate Members

Microsoft.SharePoint.JSGrid Namespace