Spread.Sheets
remove メソッド
GC.Spread.Sheets.FormulaTextBox 名前空間 > FormulaTextBox クラス : remove メソッド
カスタム関数の記述名。
カスタム関数の記述を削除します。
シンタックス
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
var value; // Type: any

// パラメータ
var name; //タイプ: string

value = instance.remove(name);
function remove( 
   name : string
) : any;

パラメータ

name
カスタム関数の記述名。
関連トピック

参照

FormulaTextBox クラス