row_index_to_name method
row_index_to_name
Gets row name according to row index.
Returns
Name of row.
def row_index_to_name(self, row):
...
Parameter | Type | Description |
---|---|---|
row | int | Row index. |
See Also
- module
aspose.cells
- class
CellsHelper
Gets row name according to row index.
Name of row.
def row_index_to_name(self, row):
...
Parameter | Type | Description |
---|---|---|
row | int | Row index. |
aspose.cells
CellsHelper