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):
    ...
ParameterTypeDescription
highlight_on_screenboolIndicates whether highlighting changes on screen.
list_on_new_sheetboolIndicates whether listing changes on a new worksheet.

See Also