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

In This Topic
    Col Property (GetErrorInfoEventArgs)
    In This Topic
    Gets the index of the column that may contain errors (or -1 if checking for row errors).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Col As Integer
    public int Col {get;}
    See Also