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
- カスタム関数の記述名。
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;