Aspose::Cells::CellRichValue class

CellRichValue class

Represents rich value of the cell.

class CellRichValue

Methods

MethodDescription
CellRichValue(CellRichValue_Impl* impl)Constructs from an implementation object.
CellRichValue(const CellRichValue& src)Copy constructor.
GetAltText()Gets the alt text associated with the image.
GetErrorValue()Gets the error value type of the cell.
GetImage()Gets the image data of the cell.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CellRichValue& src)operator=
~CellRichValue()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also