ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableRow Class / TableCells Property

In This Topic
    TableCells Property
    In This Topic
    Gets the cells with a content of the row.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableCells As TableCellCollection
    public TableCellCollection TableCells {get;}

    Property Value

    A TableCellCollection object containing the cells of the row.
    Remarks
    There is one cell per column in a table.
    See Also