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

Glossary Item Box

A list of ITableCells representing a column in the table. Null entries may occur because of row spans to above or column spans to the left.

Syntax

Visual Basic (Declaration) 
ReadOnly Property TableCells As System.Collections.IEnumerable
C# 
System.Collections.IEnumerable TableCells {get;}

See Also