OdsCellField

OdsCellField class

Represents the cell field of ods.

class OdsCellField;

Properties

PropertyTypeDescription
customFormatstringRepresents the custom format of the field’s value.
fieldTypeOdsCellFieldTypeGets and sets the type of the field.
rownumberGets and sets the row index of the cell.
columnnumberGets 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

Gets and sets the row index of the cell.

row : number;

column

Gets and sets the column index of the cell.

column : number;