[]
        
(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)
Public Function Remove(index As Integer) As Column
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)
Public Function Remove(column As Column) As 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)
Public Function Remove(columnName As String) As Column
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.