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/sets the type of cell value.
SetTypeGets/sets the type of cell value.
GetValueGets/sets the cell value.
SetValueGets/sets the cell value.