[]
        
(Showing Draft Content)

C1.Framework.GridRowCollection.Add

Add Method

Add(GridRow)

Adds a GridRow to the list.

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

The index of the new row in the list.