CellValue
CellValue class
Represents the cell value and corresponding type.
class CellValue;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
type | CellValueType | Gets/sets the type of cell value. |
value | VObject | Gets/sets the cell value. |
constructor()
Default Constructor.
constructor();
type
Gets/sets the type of cell value.
type : CellValueType;
value
Gets/sets the cell value.
value : VObject;
Remarks
The value must be of the correct type of object corresponding to the Type: