ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixRow Interface / Cells Property

In This Topic
    Cells Property (ITablixRow)
    In This Topic
    Gets the list of cells in a row in the body section of the tablix.
    Syntax
    'Declaration
     
    ReadOnly Property Cells As IItemCollection(Of ITablixCell)
    See Also