HighlightChangesOptions
HighlightChangesOptions class
Represents options of highlighting revsions or changes of shared Excel files.
class HighlightChangesOptions;
Constructors
| Constructor | Description |
|---|---|
| constructor(boolean, boolean) | Represents options of highlighting revsions or changes of shared Excel files. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| highlightOnScreen | boolean | Indicates whether highlighting changes on screen. |
| listOnNewSheet | boolean | Indicates whether listing changes on a new worksheet. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;