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