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