ActiveReports 19 .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)

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> representing the list of cells in the row.
    See Also