Aspose::Cells::CellValue class
CellValue class
Represents the cell value and corresponding type.
class CellValue
Methods
Method | Description |
---|---|
CellValue() | Default constructor. |
CellValue(CellValue_Impl* impl) | Constructs from an implementation object. |
CellValue(const CellValue& src) | Copy constructor. |
GetType() | Gets/sets the type of cell value. |
GetValue() | Gets/sets the cell value. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const CellValue& src) | operator= |
SetType(CellValueType value) | Gets/sets the type of cell value. |
SetValue(const Aspose::Cells::Object& value) | Gets/sets the cell value. |
~CellValue() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++