dotnetCHARTING Send comments on this topic.
GridColumnCollection Constructor
See Also 
dotnetCHARTING Namespace > GridColumnCollection Class : GridColumnCollection Constructor


gridColumnList
Creates a new instance of GridColumnCollection with the specified list of GridColumn objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray gridColumnList() As GridColumn _
)
Visual Basic (Usage)Copy Code
Dim gridColumnList() As GridColumn
 
Dim instance As GridColumnCollection(gridColumnList)
C# 
public GridColumnCollection( 
   params GridColumn[] gridColumnList
)

Parameters

gridColumnList

See Also

© 2021 All Rights Reserved.