HighlightChangesOptions
HighlightChangesOptions class
Represents options of highlighting revsions or changes of shared Excel files.
class HighlightChangesOptions;
Constructors
| Name | Description |
|---|---|
| constructor(boolean, boolean) | Represents options of highlighting revsions or changes of shared Excel files. |
constructor(boolean, boolean)
Represents options of highlighting revsions or changes of shared Excel files.
constructor(highlightOnScreen: boolean, listOnNewSheet: boolean);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| highlightOnScreen | boolean | Indicates whether highlighting changes on screen. |
| listOnNewSheet | boolean | Indicates whether listing changes on a new worksheet. |