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


In This Topic
    ToRow Property (DragDropExtent)
    In This Topic
    Gets the to row index for the drag drop.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToRow As Integer
    'Usage
     
    Dim instance As DragDropExtent
    Dim value As Integer
     
    value = instance.ToRow
    public int ToRow {get;}
    See Also