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

In This Topic
    Col Property (UnboundValueEventArgs)
    In This Topic
    Gets the column index for the cell that has an unbound value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Col As Integer
    public int Col {get;}
    See Also