Share via


FieldOrderCollection constructor (IEnumerable<FieldOrder>)

Creates a collection of FieldOrder objects, with column names initialized from a collection of field order objects.

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

Syntax

'Declaration
Public Sub New ( _
    collection As IEnumerable(Of FieldOrder) _
)
'Usage
Dim collection As IEnumerable(Of FieldOrder)

Dim instance As New FieldOrderCollection(collection)
public FieldOrderCollection(
    IEnumerable<FieldOrder> collection
)

Parameters

See also

Reference

FieldOrderCollection class

FieldOrderCollection members

FieldOrderCollection overload

Microsoft.SharePoint.JSGrid namespace