highlight_changes method

highlight_changes(self, options)

Highlights changes of shared workbook.


def highlight_changes(self, options):
    ...
ParameterTypeDescription
optionsaspose.cells.revisions.HighlightChangesOptionsSet the options for filtering which changes should be tracked.

See Also