[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ColumnCollection.Remove

Remove Method

Remove(int)

Removes a Column object from the collection.

Declaration
public Column Remove(int index)
Parameters
Type Name Description
int index

The index of the column to remove from the collection.

Returns
Type Description
Column

A reference to the Column that was removed from the collection.

Remove(Column)

Removes a Column object from the collection.

Declaration
public Column Remove(Column column)
Parameters
Type Name Description
Column column

The column to remove.

Returns
Type Description
Column

A reference to the Column that was removed from the collection.

Remove(string)

Removes a Column object from the collection.

Declaration
public Column Remove(string columnName)
Parameters
Type Name Description
string columnName

Name of the column to remove.

Returns
Type Description
Column

A reference to the Column that was removed from the collection.