[]
        
(Showing Draft Content)

C1.Framework.GridColumnCollection.Add

Add Method

Add(GridColumn)

Adds an GridColumn to the list.

Declaration
public int Add(GridColumn value)
Public Function Add(value As GridColumn) As Integer
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()
Public Function Add() As Integer
Returns
Type Description
int

The index of the new grid column in the list.