[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Add

Add Method

Add()

Appends a new Row object to the collection.

Declaration
public Row Add()
Returns
Type Description
Row

A reference to the Row that was added to the collection.

Remarks

The Add method appends a new row to the collection. To insert a row at a specific position, use the Insert(int) method.

Add(int)

Appends a given number of Row objects to the collection.

Declaration
public void Add(int count)
Parameters
Type Name Description
int count

Number of rows to add to the collection.