Spread Silverlight Documentation
ToRow Property (DragDropBlockEventArgs)


GrapeCity.Windows.SpreadSheet.UI Namespace > DragDropBlockEventArgs Class : ToRow Property
Gets the row index of the top left cell of the destination range (where selection is dropped).
Syntax
'Declaration
 
Public ReadOnly Property ToRow As System.Integer
'Usage
 
Dim instance As DragDropBlockEventArgs
Dim value As System.Integer
 
value = instance.ToRow
public System.int ToRow {get;}

Property Value

The row index of the top left cell of the destination range (where selection is dropped)
See Also

Reference

DragDropBlockEventArgs Class
DragDropBlockEventArgs Members