ActiveReports Developer 7
TableColumns Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Table Class : TableColumns Property

Glossary Item Box

Gets the columns in the table.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TableColumns As TableColumnCollection
C# 
public TableColumnCollection TableColumns {get;}

Property Value

A TableColumnCollection containing the columns in the table.

See Also