The members of System.Web.UI.WebControls.TableCell are listed below.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
Initializes a new instance of the System.Web.UI.WebControls.TableCell class. |
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. |
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
override | AddParsedSubObject(object)
| |
override | CreateControlStyle()
| |
override | RenderContents(System.Web.UI.HtmlTextWriter)
|