asp.net.ph

TableRow Class

System.Web.UI.WebControls Namespace


Represents a row in a Table control.

TableRow Class Members

Collapse   Constructors

Visibility Constructor Parameters
public TableRow ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public Cells TableCellCollection [ Get ]
public HorizontalAlign HorizontalAlign [ Get , Set ]
public SupportsDisabledAttribute Boolean [ Get ]
public TableSection TableRowSection [ Get , Set ]
public VerticalAlign VerticalAlign [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
protected CreateControlCollection ( ) ControlCollection
protected CreateControlStyle ( ) Style

Remarks

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.

Skip Navigation Links



Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note