Aspose::Cells::CellRichValue class
Contents
[
Hide
]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= |
| SetAltText(const U16String& value) | Gets the alt text associated with the image. |
| SetAltText(const char16_t* value) | Gets the alt text associated with the image. |
| ~CellRichValue() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++