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

Glossary Item Box

Gets a count of the number of rows rendered.

Syntax

Visual Basic (Declaration) 
ReadOnly Property RowCount As System.Integer
C# 
System.int RowCount {get;}

See Also