MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableCell Class / ColSpan Property

In This Topic
ColSpan Property (TableCell)
In This Topic
Gets or sets a number of columns the cell spans.
Syntax
'Declaration
 
Public Property ColSpan As Integer
 

Property Value

An System.Int32 value indicating the number of columns the cell spans.
Remarks

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

For the purposes 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 spanned columns. The cell remains visible, spanning the non-hidden columns, unless all spanned columns are hidden.

See Also