PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / PageLayout Class / Columns Property

In This Topic
    Columns Property (PageLayout)
    In This Topic
    Gets the collection of PageColumnDef objects associated with the current page layout. Note that accessing this property initializes the collection of column definitions if it has not been initialized yet. Use PageLayout.HasColumns to test whether any columns have been defined on this layout.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As PageColumnDefCollection
    public PageColumnDefCollection Columns {get;}
    See Also