ActiveReports Developer 7
MatrixCells Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixRow Class : MatrixCells Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property MatrixCells As MatrixCellCollection
C# 
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