get_column_by_index method
get_column_by_index(self, index)
Gets the Column object by the position in the list.
Returns
Returns the column object.
def get_column_by_index(self, index):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | The position in the list. |
See Also
- module
aspose.cells - class
Column - class
ColumnCollection