The properties of System.Web.UI.WebControls.TableCell are listed below. For a list of all members, see the TableCell Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
| AssociatedHeaderCellID | string[].
Gets or sets a space-separated list of table header cells associated with the System.Web.UI.WebControls.TableCell control. | |
| ColumnSpan | int.
Gets or sets the number of columns in the System.Web.UI.WebControls.Table control that the cell spans. | |
| HorizontalAlign | HorizontalAlign.
Gets or sets the horizontal alignment of the contents in the cell. | |
| RowSpan | int.
Gets or sets the number of rows in the System.Web.UI.WebControls.Table control that the cell spans. | |
| Text | string.
Gets or sets the text contents of the cell. | |
| VerticalAlign | VerticalAlign.
Gets or sets the vertical alignment of the contents in the cell. | |
| Wrap | bool.
Gets or sets a value that indicating whether the contents of the cell wrap. |