FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellRange Class / IsSingleColumn Property

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