FieldOrderCollection.AppendFromCollection Method
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.