System.Web.UI.WebControls Namespace
Represents a row in a Table control.
Visibility |
Constructor |
Parameters |
public |
TableRow |
( )
|
|
The TableRow class represents a single row in a Table control.
This class allows you to control how the contents of the row are displayed. The alignment of the contents in the row are specified by setting the HorizontalAlign and VerticalAlign properties.
You can programmatically manage the cells in the row by using the Cells collection, which is a collection of TableCell objects that represent the cells in the row.