Cells.CheckColumn

Cells.CheckColumn method

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

public Column CheckColumn(int columnIndex)
ParameterTypeDescription
columnIndexInt32The column index.

Return Value

The Column object.

See Also