Excel.CustomFunctionVisibilityOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents which custom functions to show or hide in Excel AutoComplete.
Remarks
Properties
hide | A list of custom functions to hide from Excel AutoComplete. |
show | A list of custom functions to show in Excel AutoComplete. |
Property Details
hide
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A list of custom functions to hide from Excel AutoComplete.
hide?: string[];
Property Value
string[]
Remarks
show
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A list of custom functions to show in Excel AutoComplete.
show?: string[];
Property Value
string[]