GridCells.CheckColumn

GridCells.CheckColumn method

Gets the GridColumn element or null at the specified column index.

public GridColumn CheckColumn(int col)
ParameterTypeDescription
colInt32The column index.

Return Value

The Column object.

See Also