Aspose::Cells::CellValue class

CellValue class

Represents the cell value and corresponding type.

class CellValue

Methods

MethodDescription
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.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CellValue& src)operator=
SetType(CellValueType value)Gets/sets the type of cell value.
~CellValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also