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
colNames
Type: System.Collections.Generic.IEnumerable<String>Represents the column names.