cell_index_to_name metod
cell_index_to_name(row, column)
Hämtar cellnamn enligt dess rad- och kolumnindex.
Returnerar
Cellens namn.
def cell_index_to_name(self, row, column):
...
Parameter | Typ | Beskrivning |
---|---|---|
row | int | Radindex. |
column | int | Kolumnindex. |
Se även
- modul aspose.cells
- klass CellsHelper