ActiveReports Developer 7
TableColumnCollection Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : TableColumnCollection Class

Glossary Item Box

Provides a strongly typed collection for TableColumn objects.

Object Model

TableColumnCollection Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class TableColumnCollection 
   Inherits System.Collections.CollectionBase
C# 
public sealed class TableColumnCollection : System.Collections.CollectionBase 

Inheritance Hierarchy

System.Object
      GrapeCity.ActiveReports.PageReportModel.TableColumnCollection

See Also