SpreadJS Documentation
text Method
The text.
Gets or sets the text.
Syntax
var instance = new GcSpread.Sheets.FormulaTextBox(host);
var returnValue; // Type: any
returnValue = instance.text(value);
function text( 
   value : string
) : any;

Parameters

value
The text.
See Also

Reference

FormulaTextBox type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.