[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.Add

Add Method

Add()

Appends a new Row object to the collection.

Declaration
public Row Add()
Public Function Add() As Row
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)
Public Sub Add(count As Integer)
Parameters
Type Name Description
int count

Number of rows to add to the collection.