MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataCellCollection Class / RowCount Property

In This Topic
RowCount Property (DataCellCollection)
In This Topic
Gets the row count of the current collection.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property RowCount As Integer
 

Property Value

The number of rows in the collection as an System.Int32.
See Also