[]
Gets or sets a number of rows the cell spans.
public int RowSpan { get; set; }
Type | Description |
---|---|
int | An int value indicating the number of rows the cell spans. |
<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.