次の方法で共有


Excel.CustomFunctionVisibilityOptions interface

Excel オートコンプリートで表示または非表示にするカスタム関数を表します。

注釈

[ API セット: ExcelApi 1.20 ]

プロパティ

hide

Excel オートコンプリートから非表示にするカスタム関数の一覧。

show

Excel オートコンプリートに表示するカスタム関数の一覧。

プロパティの詳細

hide

Excel オートコンプリートから非表示にするカスタム関数の一覧。

hide?: string[];

プロパティ値

string[]

注釈

[ API セット: ExcelApi 1.20 ]

show

Excel オートコンプリートに表示するカスタム関数の一覧。

show?: string[];

プロパティ値

string[]

注釈

[ API セット: ExcelApi 1.20 ]