ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixCellCollection Class
Members

In This Topic
    MatrixCellCollection Class
    In This Topic
    Provides a strongly typed collection for MatrixCell objects.
    Object Model
    MatrixCellCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class MatrixCellCollection 
       Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of MatrixCell)
    public sealed class MatrixCellCollection : GrapeCity.ActiveReports.PageReportModel.ItemCollection<MatrixCell> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ItemCollection<T>
          GrapeCity.ActiveReports.PageReportModel.MatrixCellCollection

    See Also