Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / Cols Property

In This Topic
    Cols Property (RenderTable)
    In This Topic
    Gets the collection of columns of the current RenderTable. Getting a column with an arbitrary index on this collection always returns a TableCol object, initializing it if necessary.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cols As TableColCollection
    public TableColCollection Cols {get;}
    See Also