metodo add
add(row, column, field_type, format)
Aggiunge un campo.
ritorna
def add(self, row, column, field_type, format):
...
Parametro | Tipo | Descrizione |
---|---|---|
row | int | L’indice di riga. |
column | int | L’indice di colonna. |
field_type | OdsCellFieldType | Il tipo di campo. |
format | str | Il formato numerico del campo. |
Guarda anche
- modulo aspose.cells.ods
- classe OdsCellFieldCollection