var instance = new GC.Spread.Sheets.Workbook(host); var returnValue; // Type: any returnValue = instance.previousControl(value);
function previousControl( value : HTMLElement ) : any;
Parameters
- value
- The previous control. The control must have a focus method.
Return Value
If no value is set, returns the previous control; otherwise, returns the spreadsheet.