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

Glossary Item Box

Specifies the number of columns that table cell spans.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ColSpan As System.Integer
C# 
System.int ColSpan {get;}

See Also