System.Web.UI.WebControls.TableCell.RowSpan Property

Gets or sets the number of rows in the System.Web.UI.WebControls.Table control that the cell spans.

Syntax

[System.ComponentModel.DefaultValue(0)]
public virtual int RowSpan { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableCell.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 System.Web.UI.WebControls.Table control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0