Aspose::Cells::WarningInfo class

WarningInfo class

Warning info.

class WarningInfo

Methods

MethodDescription
GetCorrectedObject()Gets and sets the corrected object.
GetDescription()Get description of warning info.
GetErrorObject()The error object.
GetType()Get warning type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also