OdsCellField
Contents
[
Hide
]OdsCellField class
Represents the cell field of ods.
Properties
| Name | Type | Description |
|---|---|---|
| CustomFormat | String | Represents the custom format of the field’s value. |
| FieldType | Number | Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant. |
| Row | Number | Get and sets the row index of the cell. |
| Column | Number | Get and sets the column index of the cell. |
OdsCellField.CustomFormat property
Represents the custom format of the field’s value.
Type: String
OdsCellField.FieldType property
Gets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
Type: Number
OdsCellField.Row property
Get and sets the row index of the cell.
Type: Number
OdsCellField.Column property
Get and sets the column index of the cell.
Type: Number