Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.