column_index_to_name Methode
column_index_to_name(, Spalte)
Ruft den Spaltennamen entsprechend dem Spaltenindex ab.
Kehrt zurück
Name der Spalte.
@staticmethod
def column_index_to_name(column):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| column | int | Spaltenindex. |
Siehe auch
- Modul
aspose.cells - Klasse
CellsHelper