Aspose::Cells::WarningInfo class

WarningInfo class

Warning info.

class WarningInfo

Methods

MethodDescription
GetDescription()Get description of warning info.
GetWarningType()Get warning type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const WarningInfo& src)operator=
WarningInfo(WarningInfo_Impl* impl)Constructs from an implementation object.
WarningInfo(const WarningInfo& src)Copy constructor.
~WarningInfo()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also