Spread Windows Forms 12.0 Product Documentation
MoveToNextRowWithData Field
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadActions Class : MoveToNextRowWithData Field
Moves the active cell to next row with data. This field is read-only.
Syntax
'Declaration
 
Public Shared ReadOnly MoveToNextRowWithData As Object
'Usage
 
Dim value As Object
 
value = SpreadActions.MoveToNextRowWithData
public static readonly object MoveToNextRowWithData
Example
This example uses the MoveToNextRowWithData 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.MoveToNextRowWithData);
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.MoveToNextRowWithData) 
See Also

Reference

SpreadActions Class
SpreadActions Members