Edit

Share via


Excel.CustomFunctionVisibilityOptions interface

Represents which custom functions to show or hide in Excel AutoComplete.

Remarks

[ API set: ExcelApi 1.20 ]

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

A list of custom functions to hide from Excel AutoComplete.

hide?: string[];

Property Value

string[]

Remarks

[ API set: ExcelApi 1.20 ]

show

A list of custom functions to show in Excel AutoComplete.

show?: string[];

Property Value

string[]

Remarks

[ API set: ExcelApi 1.20 ]