Spread Windows Forms 12.0 Product Documentation
ExtendToNextRowWithData Field
Example 


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

Reference

SpreadActions Class
SpreadActions Members