TableCell::RowSpan Property
.NET Framework (current version)
Gets or sets the number of rows in the Table control that the cell spans.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The number of rows in the rendered table that the cell spans. The default value is 0, which indicates that this property is not set.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The selected value is less than 0. |
Use the RowSpan property to specify or determine the number of rows in the rendered table that the cell spans. For example, if you set this property to 2, the cell takes up two rows in the Table control.
.NET Framework
Available since 1.1
Available since 1.1
Show: