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


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