Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveCompletedEventArgs Class / FromIndex Property


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