OdsCellField

OdsCellField class

Represents the cell field of ods.

Properties

NameTypeDescription
CustomFormatStringRepresents the custom format of the field’s value.
FieldTypeintGets and sets the type of the field. The value of the property is OdsCellFieldType integer constant.
RowintGet and sets the row index of the cell.
ColumnintGet 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: int

OdsCellField.Row property

Get and sets the row index of the cell.

Type: int

OdsCellField.Column property

Get and sets the column index of the cell.

Type: int