Spread Silverlight Documentation
FromRow Property (DragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragDropBlockEventArgs 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 System.Integer
'Usage
 
Dim instance As DragDropBlockEventArgs
Dim value As System.Integer
 
value = instance.FromRow
public System.int FromRow {get;}

Property Value

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

Reference

DragDropBlockEventArgs Class
DragDropBlockEventArgs Members