FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure / IsSingleColumn Property

In This Topic
    IsSingleColumn Property (CellRange)
    In This Topic
    Gets a value that indicates if the range contains a single column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsSingleColumn As Boolean
    public bool IsSingleColumn {get;}
    See Also