add método
add(row, column, field_type, format)
Agrega un campo.
Devoluciones
def add(self, row, column, field_type, format):
...
Parámetro | Tipo | Descripción |
---|---|---|
row | int | El índice de fila. |
column | int | El índice de la columna. |
field_type | OdsCellFieldType | El tipo de campo. |
format | str | El formato de número del campo. |
Ver también
- módulo aspose.cells.ods
- clase OdsCellFieldCollection