SpreadJS Documentation
nextControl Method
The next control. The control must have a focus method.
Gets or sets the next control used by GcSpread.Sheets.SpreadActions.selectNextControl and GcSpread.Sheets.SpreadActions.moveToNextCellThenControl.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.nextControl(value);
function nextControl( 
   value : Object
) : Object;

Parameters

value
The next control. The control must have a focus method.

Return Value

The next control.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.