var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height); var returnValue; // Type: any returnValue = instance.text(value);
function text( value : string ) : any;
Parameters
- value
- The text of the shape specified by a string or formula (starts with =) can get a string.
Return Value
If no value is set, returns the text of the shape.