Aspose::Cells::Revisions::HighlightChangesOptions class
HighlightChangesOptions class
Represents options of highlighting revsions or changes of shared Excel files.
class HighlightChangesOptions
Methods
| Method | Description | 
|---|---|
| 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() const | Checks whether the implementation object is nullptr. | 
| explicit operator bool() const | operator bool() | 
| operator=(const HighlightChangesOptions& src) | operator= | 
| ~HighlightChangesOptions() | Destructor. | 
Fields
| Field | Description | 
|---|---|
| _impl | The implementation object. | 
See Also
- Namespace Aspose::Cells::Revisions
 - Library Aspose.Cells for C++