asp.net.ph

Skip Navigation Links

TableRow Control Syntax

ASP.NET Syntax   ASP.NET Syntax for Web Controls


Allows you to declare a table row and manipulate it programmatically.

Declarative Syntax

For information on the individual members of this class, see TableRow in the class library.

Remarks

The TableRow class represents a row in a Table control.

This class allows you to control how the contents of the row are displayed. Setting the HorizontalAlign and VerticalAlign properties specifies the alignment of the contents in the row.

You can programmatically manage the cells in the row by using the Cells collection. The Cells collection is a collection of TableCell objects that represent the cells in the row.

See Also

TableRow Class   Table, TableRow, and TableCell Web Server Controls



© 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