Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExcelApi 1.20 adds undo support for Excel JavaScript APIs and controls for showing and hiding custom functions in Excel AutoComplete.
API list
The following table lists the APIs in Excel JavaScript API requirement set 1.20. To view API reference documentation for all APIs supported by Excel JavaScript API requirement set 1.20 or earlier, see Excel APIs in requirement set 1.20 or earlier.
| Class | Fields | Description |
|---|---|---|
| CustomFunctionManager | Manages settings on custom functions. | |
| CustomFunctionVisibilityOptions | hide | A list of custom functions to hide from Excel AutoComplete. |
| show | A list of custom functions to show in Excel AutoComplete. | |
| RunOptions | mergeUndoGroup | Determines whether the batch requests should be merged to one undo group. |
See also
Office Add-ins