ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixRow Class / MatrixCells Property

In This Topic
    MatrixCells Property
    In This Topic
    Gets a collection of cells in the row in the detail section of the Matrix.
    Syntax
    'Declaration
     
    Public ReadOnly Property MatrixCells As MatrixCellCollection
    public MatrixCellCollection MatrixCells {get;}

    Property Value

    A MatrixCellCollection object containing the cells in the row in the detail section of the Matrix.
    See Also