ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TableCell Class / RowSpan Property

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

Property Value

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

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

For the purposes of hidden rows, the cell is considered to occupy the first visible row in which it appears. Hiding a spanned row reduces the effective number of spanned rows. The cell remains visible, spanning the non-hidden rows, unless all spanned rows are hidden.

See Also