Spread Silverlight Documentation
FromRow Property (ValidationDragDropBlockEventArgs)


GrapeCity.Windows.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 System.Integer
'Usage
 
Dim instance As ValidationDragDropBlockEventArgs
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

ValidationDragDropBlockEventArgs Class
ValidationDragDropBlockEventArgs Members