add method
add(self, row, column, field_type, format)
Adds a field.
Returns
def add(self, row, column, field_type, format):
...
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index. |
| column | int | The column index. |
| field_type | aspose.cells.ods.OdsCellFieldType | The type of the field. |
| format | System.String | The number format of the field. |
See Also
- module
aspose.cells.ods - class
OdsCellFieldCollection