ActiveReports 8
ColSpan Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableCell Class : ColSpan Property

Glossary Item Box

Gets or sets the number of columns the cell spans.

Syntax

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

Property Value

An Int structure indicating the number of columns the cell spans.

Remarks

A ColSpan of 1 is the same as not specifying a ColSpan.

For the purpose of hidden columns, the cell is considered to occupy the first visible column in which it appears. Hiding a spanned column reduces the effective number of columns spanned. The cell remains visible, spanning the nonhidden columns, unless all spanned columns are hidden.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also