cell_name_to_index method
cell_name_to_index
Gets the cell row and column indexes according to its name.
def cell_name_to_index(self, cell_name, row, column):
...
Parameter | Type | Description |
---|---|---|
cell_name | str | Name of cell. |
row | any | Output row index |
column | any | Output column index |
See Also
- module
aspose.cells
- class
CellsHelper