OdsCellField

OdsCellField class

Represents the cell field of ods.

Properties

NameTypeDescription
CustomFormatStringRepresents the custom format of the field’s value.
FieldTypeNumberGets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
RowNumberGet and sets the row index of the cell.
ColumnNumberGet 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