SpreadJS Documentation
StringExpression Method
The string value.
Represents a string constant value.
Syntax
var returnValue; // Type: any
returnValue = GcSpread.Sheets.Calc.Expressions.StringExpression(value);
function StringExpression( 
   value : string
) : any;

Parameters

value
The string value.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.