[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.ColumnCollection.Item

this Property

this[int]

Gets the Column at the specified index.

Declaration
public Column this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the Column that has the specified column name.

Declaration
public Column this[string columnName] { get; }
Parameters
Type Name Description
string columnName
Remarks

You can use the Column object returned by this method to set attributes such as column height, visibility, style, selected state, and so on.

This indexer looks for a column with the specified Name. The column name is set automatically for you when the grid is bound to a database, or it may be set using code.