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