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.
rownumberGet and sets the row index of the cell.
columnnumberGet 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;