FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / DragRowColEventArgs Class / Position Property

In This Topic
    Position Property (DragRowColEventArgs)
    In This Topic
    Gets the new index of the column or row that was dragged by the user.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As Integer
    public int Position {get;}
    See Also