System.Web.UI.WebControls.TableCell: Property Members

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

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.