add Methode

add(row, column, field_type, format)

Fügt ein Feld hinzu.

Kehrt zurück

def add(self, row, column, field_type, format):
    ...
ParameterTypBeschreibung
rowintDer Zeilenindex.
columnintDer Spaltenindex.
field_typeOdsCellFieldTypeDer Typ des Felds.
formatstrDas Zahlenformat des Felds.

Siehe auch