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

In This Topic
    Col Property (GridErrorEventArgs)
    In This Topic
    Gets the column index of the cell where the error was detected.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Col As Integer
    public int Col {get;}
    See Also