CellValue Class
CellValue class
Represents the cell value and corresponding type.
type CellValue struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewCellValue | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets/sets the type of cell value. |
SetType | Gets/sets the type of cell value. |
GetValue | Gets/sets the cell value. |
SetValue | Gets/sets the cell value. |