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

Parameters

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

Return Value

The previous control.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.