OdsCellField Class
Contents
[
Hide
]OdsCellField class
Represents the cell field of ods.
type OdsCellField struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCustomFormat | Represents the custom format of the field’s value. |
SetCustomFormat | Represents the custom format of the field’s value. |
GetFieldType | Gets and sets the type of the field. |
SetFieldType | Gets and sets the type of the field. |
GetRow | Get and sets the row index of the cell. |
SetRow | Get and sets the row index of the cell. |
GetColumn | Get and sets the column index of the cell. |
SetColumn | Get and sets the column index of the cell. |