var instance = new GC.Spread.Sheets.CellTypes.HyperLink(); var returnValue; // Type: any returnValue = instance.activeOnClick(value);
function activeOnClick( value : boolean ) : any;
Parameters
- value
- Whether to move to the active cell when clicked.
Return Value
If no value is set, returns a value that indicates whether to move to the active cell; otherwise, returns the hyperlink cell type.