Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageLayout Class / HasColumns Property

In This Topic
    HasColumns Property
    In This Topic
    Gets or sets a value indicating whether the Columns collection on the current page layout has been initialized and is not empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasColumns As Boolean
    public bool HasColumns {get;}
    See Also