ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableRow Interface / Cells Property

In This Topic
    Cells Property (ITableRow)
    In This Topic
    Gets a collection of table cells.
    Syntax
    'Declaration
     
    ReadOnly Property Cells As IEnumerable(Of ITableCell)

    Property Value

    An IEnumerable collection representing the cells in the table row.
    See Also