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

In This Topic
    Cells Property (RenderTable)
    In This Topic
    Gets the collection of cells of the current RenderTable. Getting a cell with arbitrary row and column indices on this collection always returns a TableCell object, initializing it if necessary.
    Syntax
    'Declaration
     
    Public ReadOnly Property Cells As TableCellCollection
    public TableCellCollection Cells {get;}
    See Also