System.Web.UI.WebControls.TableCell Members

The members of System.Web.UI.WebControls.TableCell are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.TableCell class.

Public Properties

AssociatedHeaderCellIDstring[].

Gets or sets a space-separated list of table header cells associated with the System.Web.UI.WebControls.TableCell control.

ColumnSpanint.

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

HorizontalAlignHorizontalAlign.

Gets or sets the horizontal alignment of the contents in the cell.

RowSpanint.

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

Textstring.

Gets or sets the text contents of the cell.

VerticalAlignVerticalAlign.

Gets or sets the vertical alignment of the contents in the cell.

Wrapbool.

Gets or sets a value that indicating whether the contents of the cell wrap.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds properties specific to the System.Web.UI.WebControls.TableCell control to the list of attributes to render.

override
AddParsedSubObject(object)

Adds a parsed child control to the System.Web.UI.WebControls.TableCell control.

override
CreateControlStyle() : Style

Creates a System.Web.UI.WebControls.TableItemStyle for the System.Web.UI.WebControls.TableCell control.

override
RenderContents(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.WebControls.TableCell contents to the specified System.Web.UI.HtmlTextWriter object.