Share via


SliceUpdate.GridColumns property

Gets or sets the collection of GridColumn objects to be appended in this SliceUpdate.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property GridColumns As IEnumerable(Of GridColumn)
    Get
    Set
'Usage
Dim instance As SliceUpdate
Dim value As IEnumerable(Of GridColumn)

value = instance.GridColumns

instance.GridColumns = value
public IEnumerable<GridColumn> GridColumns { get; set; }

Property value

Type: System.Collections.Generic.IEnumerable<GridColumn>
A IEnumerable<T> containing the collection of grid columns in the slice update.

See also

Reference

SliceUpdate class

SliceUpdate members

Microsoft.SharePoint.JSGrid namespace