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