GrapeCity.Xaml.SpreadSheet.UI
FromRow Property (ValidationDragDropBlockEventArgs)


GrapeCity.Xaml.SpreadSheet.UI Namespace > ValidationDragDropBlockEventArgs Class : FromRow Property
Gets the row index of the top left cell of the source range (range being dragged).
Syntax
'Declaration
 
Public ReadOnly Property FromRow As Integer
'Usage
 
Dim instance As ValidationDragDropBlockEventArgs
Dim value As Integer
 
value = instance.FromRow
public int FromRow {get;}

Property Value

The row index of the top left cell of the source range (range being dragged).
See Also

Reference

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members