OdsCellField
Contents
[
Hide
]OdsCellField class
Represents the cell field of ods.
class OdsCellField;
Properties
| Property | Type | Description |
|---|---|---|
| customFormat | string | Represents the custom format of the field’s value. |
| fieldType | OdsCellFieldType | Gets and sets the type of the field. |
| row | number | Get and sets the row index of the cell. |
| column | number | Get and sets the column index of the cell. |
customFormat
Represents the custom format of the field’s value.
customFormat : string;
fieldType
Gets and sets the type of the field.
fieldType : OdsCellFieldType;
row
Get and sets the row index of the cell.
row : number;
column
Get and sets the column index of the cell.
column : number;