[]
        
(Showing Draft Content)

C1.Framework.GridRowCollection.Add

Add Method

Add(GridRow)

Adds a GridRow to the list.

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

The GridRow to add to the list.

Returns
Type Description
int

The index of the new row in the list.

Add()

Adds a new GridRow to the list.

Declaration
public int Add()
Returns
Type Description
int

The index of the new row in the list.