[]
        
(Showing Draft Content)

C1.Framework.GridColumnCollection.Add

Add Method

Add(GridColumn)

Adds an GridColumn to the list.

Declaration
public int Add(GridColumn value)
Parameters
Type Name Description
GridColumn value

GridColumn to add to the list.

Returns
Type Description
int

The index of the new grid column in the list.

Add()

Adds an GridColumn to the list.

Declaration
public int Add()
Returns
Type Description
int

The index of the new grid column in the list.