Spread.Sheets Documentation
text Method
The text.
Gets or sets the text.
Syntax
var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options);
var returnValue; // Type: string
returnValue = instance.text(value);
function text( 
   value : string
) : string;

Parameters

value
The text.

Return Value

If no value is set, returns the text; otherwise, there is no return value.
See Also

Reference

FormulaTextBox class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.