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