Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class / RowEnd Property


In This Topic
RowEnd Property (DragDropBlockCompletedEventArgs)
In This Topic
Gets the row index of the bottom right cell of the source range (being dragged).
Syntax
'Declaration
 
Public ReadOnly Property RowEnd As Integer
 
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As Integer
 
value = instance.RowEnd
See Also