add Methode
add(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 Felds. |
format | str | Das Zahlenformat des Felds. |
Siehe auch
- Modul aspose.cells.ods
- Klasse OdsCellFieldCollection