System.Web.UI.WebControls.TableRow Members

The members of System.Web.UI.WebControls.TableRow 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.TableRow class.

Public Properties

[read-only]
CellsTableCellCollection.

Gets a collection of System.Web.UI.WebControls.TableCell objects that represent the cells of a row in a System.Web.UI.WebControls.Table control.

HorizontalAlignHorizontalAlign.

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

TableSectionTableRowSection.

Gets or sets the location for a System.Web.UI.WebControls.TableRow object in a System.Web.UI.WebControls.Table control.

VerticalAlignVerticalAlign.

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

Protected Methods