GC.Spread.Sheets.FormulaTextBox 名前空間 > FormulaTextBox クラス : remove メソッド |
Javascript (Usage) | |
---|---|
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options); var value; // Type: any value = instance.remove(name); |
Javascript (Specification) | |
---|---|
function remove( name : string ) : any; |