Spread.Sheets Documentation
nextControl Method
The next control. The control must have a focus method.
Gets or sets the next control used by GC.Spread.Sheets.Actions.selectNextControl and GC.Spread.Sheets.Actions.moveToNextCellThenControl.
Syntax
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.
See Also

Reference

Workbook type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.