Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveCompletedEventArgs Class / ToIndex Property


In This Topic
    ToIndex Property
    In This Topic
    Gets the column or row index of the destination of the drag
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ToIndex As Integer
    'Usage
     
    
    Dim instance As DragMoveCompletedEventArgs
    Dim value As Integer
     
    value = instance.ToIndex
    public int ToIndex {get;}
    See Also