cell_index_to_name method
cell_index_to_name
Gets cell name according to its row and column indexes.
Returns
Name of cell.
def cell_index_to_name(self, row, column):
...
Parameter | Type | Description |
---|---|---|
row | int | Row index. |
column | int | Column index. |
See Also
- module
aspose.cells
- class
CellsHelper