cell_name_to_index Methode
cell_name_to_index(, Zellenname, Zeile, Spalte)
Ruft die Zeilen- und Spaltenindizes der Zelle entsprechend ihrem Namen ab.
@staticmethod
def cell_name_to_index(cell_name, row, column):
...
Parameter | Typ | Beschreibung |
---|---|---|
cell_name | str | Name der Zelle. |
row | any | Ausgabezeilenindex |
column | any | Ausgabespaltenindex |
Siehe auch
- Modul
aspose.cells
- Klasse
CellsHelper