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