column_index_to_name method
column_index_to_name(, column)
Gets column name according to column index.
Returns
Name of column.
@staticmethod
def column_index_to_name(column):
...
| Parameter | Type | Description |
|---|---|---|
| column | int | Column index. |
See Also
- module
aspose.cells - class
CellsHelper