Aspose::Cells::CellRichValue class
CellRichValue class
Represents rich value of the cell.
class CellRichValue
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const CellRichValue& src) | operator= |
~CellRichValue() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++