[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableCell.RowSpan

RowSpan Property

RowSpan

Gets or sets a number of rows the cell spans.

Declaration
public int RowSpan { get; set; }
Property Value
Type Description
int

An int value indicating the number of rows the cell spans.

Remarks
<p>A RowSpan of <code>1</code> is the same as not specifying a RowSpan.</p>
<p>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.