HighlightChangesOptions constructor
__init__(self, highlight_on_screen, list_on_new_sheet)
Represents options of highlighting revsions or changes of shared Excel files.
def __init__(self, highlight_on_screen, list_on_new_sheet):
    ...
| Parameter | Type | Description | 
|---|---|---|
| highlight_on_screen | bool | Indicates whether highlighting changes on screen. | 
| list_on_new_sheet | bool | Indicates whether listing changes on a new worksheet. | 
See Also
- module aspose.cells.revisions
- class HighlightChangesOptions