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

Glossary Item Box

The following tables list the members exposed by ITableCell.

Public Properties

 NameDescription
 PropertyCellTypeType of cell such as header, footer or detail.  
 PropertyColumnSpanThe column span for this cell, always at least 1.  
 PropertyContentThe actual content to be rendered in this cell.  
 PropertyRowSpanThe row span for this cell, always at least 1.  
Top

See Also