Spread Windows Forms 12.0 Product Documentation
MoveToPreviousRowWithData Field
Example 


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

Reference

SpreadActions Class
SpreadActions Members