System.Web.UI.WebControls.TableCell.ColumnSpan Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableCell.ColumnSpan property to specify or determine the number of columns in the rendered table that the cell spans. For example, if you set this property to 2, the cell takes up two columns 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