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)
Parameter | Type | Description |
---|---|---|
index | int32_t | The position in the list. |
ReturnValue
Returns the column object.
See Also
- Class Column
- Class Vector
- Class ColumnCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++