add Methode
add(self, row, column, field_type, format)
Fügt ein Feld hinzu.
Kehrt zurück
def add(self, row, column, field_type, format):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| row | int | Der Zeilenindex. |
| column | int | Der Spaltenindex. |
| field_type | OdsCellFieldType | Der Typ des Feldes. |
| format | str | Das Zahlenformat des Feldes. |
Siehe auch
- Modul
aspose.cells.ods - Klasse
OdsCellFieldCollection