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

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