ActiveReports Developer 7
ITableRow Interface
Members  See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : ITableRow Interface

Glossary Item Box

Public interface to a row in a table. Basically just an ordered collection of TableCells.

Syntax

Visual Basic (Declaration) 
Public Interface ITableRow 
C# 
public interface ITableRow 

See Also