ActiveReports 18 .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)
    See Also