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

In This Topic
    Col Property (ColumnContextMenuOpeningEventArgs)
    In This Topic
    Gets the index of the column that caused the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Col As Integer
    public int Col {get;}
    See Also