ActiveReports 18 .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 contents of the row.

    Syntax
    'Declaration
     
    Public ReadOnly Property TableCells As TableCellCollection
    public TableCellCollection TableCells {get;}

    Property Value

    A TableCellCollection containing the contents of the row.

    Remarks

    There is one cell per column in a table.

    See Also