VisualFunction クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As FunctionAttributes, _
ByVal As IFunctionVisualizer, _
Optional ByVal As System.Boolean _
)
public VisualFunction(
System.string ,
System.int ,
System.int ,
FunctionAttributes ,
IFunctionVisualizer ,
System.bool
)
パラメータ
- visualizerName
- ビジュアライザー名を表す文字列値。
- minArgs
- 引数の最小数を示す整数値。
- maxArgs
- 引数の最大数を示す整数値。
- attributes
- 関数の属性を示す FunctionAttributes 値。
- visualizer
- セル値を視覚化する関数ビジュアライザー。
- appendPrefix
- 関数の前に接頭辞「VF.」を追加するかどうかを示すブール値。 数式で視覚関数が「VS.[ビジュアライザー名]」として使用されている場合は
true
。
参照