C1.Win.8 Assembly / C1.Framework Namespace / GridColumnCollection Class / Add Method / Add(GridColumn) Method
GridColumn to add to the list.

In This Topic
Add(GridColumn) Method
In This Topic
Adds an GridColumn to the list.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As GridColumn _
) As Integer
 

Parameters

value
GridColumn to add to the list.

Return Value

The index of the new grid column in the list.
See Also