CellValue Class

CellValue class

Represents the cell value and corresponding type.


type CellValue struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewCellValueDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets or sets the type of cell value.
SetTypeGets or sets the type of cell value.
GetValueGets or sets the cell value.
SetValueGets or sets the cell value.