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

Glossary Item Box

Type of cell such as header, footer or detail.

Syntax

Visual Basic (Declaration) 
ReadOnly Property CellType As TableElementType
C# 
TableElementType CellType {get;}

See Also