ActiveReports Developer 7
CellCollection Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrix Interface : CellCollection Property

Glossary Item Box

Provides access to the cells in the matrix.

Syntax

Visual Basic (Declaration) 
ReadOnly Property CellCollection As IMatrixCellCollection
C# 
IMatrixCellCollection CellCollection {get;}

See Also