Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragDropBlockCompletedEventArgs Class / ToRow Property


In This Topic
    ToRow Property (DragDropBlockCompletedEventArgs)
    In This Topic
    Gets the row index of the top left cell of the destination range (where selection is dropped).
    Syntax
    'Declaration
     
    Public ReadOnly Property ToRow As Integer
    'Usage
     
    Dim instance As DragDropBlockCompletedEventArgs
    Dim value As Integer
     
    value = instance.ToRow
    public int ToRow {get;}

    Property Value

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