Easy Tutorial
❮ Prop Webcontrol Listcontrol Selectedvalue Aspnet Textbox ❯

ASP.NET TableCell Control



Definition and Usage

The TableCell control, combined with the Table and TableRow controls, is used to create cells in a table.

Tip: Cells of each row are stored in the Cells collection of the TableRow control.


Properties

Property Description .NET
AssociatedHeaderCellID List of table header cells associated with the TableCell control. 2.0
ColumnSpan Number of columns the cell spans. 1.0
HorizontalAlign Horizontal alignment of content within the table cell. 1.0
RowSpan Number of rows the cell spans. 1.0
runat Specifies that the control is a server control. Must be set to "server". 1.0
Text Specifies the text for the table cell. 1.0
VerticalAlign Vertical alignment of content within the table cell. 1.0
Wrap Specifies whether the cell content should wrap. 1.0

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


Examples

Table

Table 2


❮ Prop Webcontrol Listcontrol Selectedvalue Aspnet Textbox ❯