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