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

In This Topic
    MatrixCells Property
    In This Topic

    Gets the set of cells in a row in the detail section of the Matrix.

    Syntax
    'Declaration
     
    Public ReadOnly Property MatrixCells As MatrixCellCollection
    public MatrixCellCollection MatrixCells {get;}

    Property Value

    A MatrixCellCollection containing the set of cells in a row in the detail section of the Matrix.

    See Also