Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveEventArgs Class / Index Property


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