Aspose::Cells::Cells::CheckColumn method

Cells::CheckColumn method

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

Column Aspose::Cells::Cells::CheckColumn(int32_t columnIndex)
ParameterTypeDescription
columnIndexint32_tThe column index.

ReturnValue

The Column object.

See Also