Share via


FieldOrderCollection.AppendFromCollection method

Appends an ordered list of sorting/grouping criteria to the existing collection. The sort order for each column added is assumed to be ascending.

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

Syntax

'Declaration
Public Sub AppendFromCollection ( _
    colNames As IEnumerable(Of String) _
)
'Usage
Dim instance As FieldOrderCollection
Dim colNames As IEnumerable(Of String)

instance.AppendFromCollection(colNames)
public void AppendFromCollection(
    IEnumerable<string> colNames
)

Parameters

See also

Reference

FieldOrderCollection class

FieldOrderCollection members

Microsoft.SharePoint.JSGrid namespace