var instance = new GC.Spread.Sheets.CellTypes.HyperLink(); var returnValue; // Type: any returnValue = instance.text(value);
function text( value : string ) : any;
Parameters
- value
- The text displayed in the hyperlink.
Return Value
If no value is set, returns the text in the hyperlink; otherwise, returns the hyperLink cell type.