JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Using the HtmlTableRow Class

This class gives you access to individual HTML <tr> elements enclosed within an HtmlTable control in server code. Here is the inheritance hierarchy for this class:

Object
   Control
      HtmlControl
         HtmlContainerControl
            HtmlTableRow

You can find the notable public properties of HtmlTableRow objects in Table 19.27. (This class has no non-inherited methods or events.) Note that as with other HTML server controls, I am not listing the notable properties, methods, and events this class inherits from the Control class; you can find them in Chapter 15, Tables 15.1 to 15.3. This class also inherits the HtmlControl class—you can find that class in Table 19.2—and the HtmlContainerControl class, which you can find in Table 19.3.

Table 19.27: Noteworthy public properties of HtmlTableRow objects.

Property

Means

Align

Gets/sets the horizontal alignment of cells in a table row.

BgColor

Gets/sets the background color of a table row.

BorderColor

Gets/sets the border color of a table row.

Cells

Gets/sets the table cells in a table row.

Height

Gets/sets the height of a table row.

VAlign

Gets/sets the vertical alignment of cells in a table row.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor