[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.Add

Add Method

Add()

Appends a new Column object to this collection.

Declaration
public Column Add()
Returns
Type Description
Column

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

Add(int)

Appends a given number of Column objects to the collection.

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

Number of columns to add to the collection.

Remarks

This method adds the new columns to the end of the collection. To insert columns at specific positions, use the Insert(int) or InsertRange(int, int) methods.