Spread Windows Forms 12.0 Product Documentation
MoveToPreviousCellThenControl Field
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadActions Class : MoveToPreviousCellThenControl Field
Moves the active cell to previous cell then the previous control. This field is read-only.
Syntax
'Declaration
 
Public Shared ReadOnly MoveToPreviousCellThenControl As Object
'Usage
 
Dim value As Object
 
value = SpreadActions.MoveToPreviousCellThenControl
public static readonly object MoveToPreviousCellThenControl
Example
This example uses the MoveToPreviousCellThenControl action.
FarPoint.Win.Spread.InputMap im;
im = fpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused);
im.Put(new FarPoint.Win.Spread.Keystroke(Keys.M, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveToPreviousCellThenControl);
Dim im As FarPoint.Win.Spread.InputMap
im = FpSpread1.GetInputMap(FarPoint.Win.Spread.InputMapMode.WhenAncestorOfFocused)
im.Put(New FarPoint.Win.Spread.Keystroke(Keys.M, Keys.None), FarPoint.Win.Spread.SpreadActions.MoveToPreviousCellThenControl)
See Also

Reference

SpreadActions Class
SpreadActions Members