ActiveReports Developer 7
TableRows Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ITableArea Interface : TableRows Property

Glossary Item Box

A list of ITableRows representing each row of the table

Syntax

Visual Basic (Declaration) 
ReadOnly Property TableRows As System.Collections.IEnumerable
C# 
System.Collections.IEnumerable TableRows {get;}

See Also