Aspose::Cells::ColumnCollection::GetColumnByIndex method

ColumnCollection::GetColumnByIndex method

Gets the Column object by the position in the list.

Column Aspose::Cells::ColumnCollection::GetColumnByIndex(int32_t index)
ParameterTypeDescription
indexint32_tThe position in the list.

ReturnValue

Returns the column object.

See Also