ActiveReports 12
MatrixCells Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixRow Class : MatrixCells Property

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

Reference

MatrixRow Class
MatrixRow Members