OdsCellField Class

OdsCellField class

Represents the cell field of ods.


type OdsCellField struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCustomFormatRepresents the custom format of the field’s value.
SetCustomFormatRepresents the custom format of the field’s value.
GetFieldTypeGets and sets the type of the field.
SetFieldTypeGets and sets the type of the field.
GetRowGet and sets the row index of the cell.
SetRowGet and sets the row index of the cell.
GetColumnGet and sets the column index of the cell.
SetColumnGet and sets the column index of the cell.