Aspose::Cells::Revisions::HighlightChangesOptions class

HighlightChangesOptions class

Represents options of highlighting revsions or changes of shared Excel files.

class HighlightChangesOptions

Methods

MethodDescription
HighlightChangesOptions(bool highlightOnScreen, bool listOnNewSheet)Represents options of highlighting revsions or changes of shared Excel files.
HighlightChangesOptions(HighlightChangesOptions_Impl* impl)Constructs from an implementation object.
HighlightChangesOptions(const HighlightChangesOptions& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const HighlightChangesOptions& src)operator=
~HighlightChangesOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also