ActiveReports Developer 7
ParentRow Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableCell Interface : ParentRow Property

Glossary Item Box

Specifies the row containing this cell.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ParentRow As ITableRow
C# 
ITableRow ParentRow {get;}

See Also