ActiveReports Developer 7
MatrixCellCollection Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MatrixCellCollection Class

Glossary Item Box

Provides a strongly typed collection for MatrixCell objects.

Object Model

MatrixCellCollection Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class MatrixCellCollection 
   Inherits System.Collections.CollectionBase
C# 
public sealed class MatrixCellCollection : System.Collections.CollectionBase 

Inheritance Hierarchy

System.Object
      GrapeCity.ActiveReports.PageReportModel.MatrixCellCollection

See Also