ActiveReports Developer 7
Cells Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace > ITableRow Interface : Cells Property

Glossary Item Box

Gets a collection of table cells.

Syntax

Visual Basic (Declaration) 
ReadOnly Property Cells As ITableCellCollection
C# 
ITableCellCollection Cells {get;}

See Also