| ||||||||||||||||||||||||||||||||||||||||||
TableRow ClassSystem.Web.UI.WebControls Namespace Represents a row in a Table control.
|
||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Value Type | Accessibility |
|---|---|---|---|
| public | Cells | TableCellCollection | [ Get ] |
| public | HorizontalAlign | HorizontalAlign | [ Get , Set ] |
| public | TableSection | TableRowSection | [ Get , Set ] |
| public | VerticalAlign | VerticalAlign | [ Get , Set ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| protected | CreateControlCollection | ( ) | ControlCollection |
| protected | CreateControlStyle | ( ) | Style |
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.
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme