add method
add
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 | OdsCellFieldType | The type of the field. |
format | str | The number format of the field. |
See Also
- module
aspose.cells.ods
- class
OdsCellFieldCollection