HighlightChangesOptions

HighlightChangesOptions class

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

class HighlightChangesOptions;

Constructors

NameDescription
constructor(boolean, boolean)Represents options of highlighting revsions or changes of shared Excel files.

Methods

MethodDescription
isNull()Checks whether the implementation object is null.

constructor(boolean, boolean)

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

constructor(highlightOnScreen: boolean, listOnNewSheet: boolean);

Parameters:

ParameterTypeDescription
highlightOnScreenbooleanIndicates whether highlighting changes on screen.
listOnNewSheetbooleanIndicates whether listing changes on a new worksheet.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;