Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragDropBlockEventArgs Class / FromRow Property


In This Topic
    FromRow Property (DragDropBlockEventArgs)
    In This Topic
    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 DragDropBlockEventArgs
    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