ActiveReports Developer 7
ITableHeaderFooterRows Interface
Members  See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace : ITableHeaderFooterRows Interface

Glossary Item Box

Interface for table header or footer row objects.

Syntax

Visual Basic (Declaration) 
Public Interface ITableHeaderFooterRows 
   Inherits ITableRowCollection 
C# 
public interface ITableHeaderFooterRows : ITableRowCollection  

See Also