Aspose::Cells::WarningInfo class
WarningInfo class
Warning info.
class WarningInfo
Methods
Method | Description |
---|---|
GetCorrectedObject() | Gets and sets the corrected object. |
GetDescription() | Get description of warning info. |
GetErrorObject() | The error object. |
GetType() | Get warning type. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const WarningInfo& src) | operator= |
SetCorrectedObject(const Aspose::Cells::Object& value) | Gets and sets the corrected object. |
WarningInfo(WarningInfo_Impl* impl) | Constructs from an implementation object. |
WarningInfo(const WarningInfo& src) | Copy constructor. |
~WarningInfo() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++