Name

HtmlTableRow

Synopsis

This class represents an individual <tr> table row element in an HTML table. Each table row contains a group of HtmlTableCell objects, which is provided through the Cells property. Most other properties are used for fine-tuning the appearance of a row.

Public Class HtmlTableRow : Inherits HtmlContainerControl
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property Align As String  
   Public Property BgColor As String  
   Public Property BorderColor As String  
   Overridable Public ReadOnly Property Cells As HtmlTableCellCollection  
   Public Property Height As String  
   Overrides Public Property InnerHtml As String  
   Overrides Public Property InnerText As String  
   Public Property VAlign As String  
' Protected Instance Methods
   Overrides Protected Function CreateControlCollection(
        ) As ControlCollection  
   Overrides Protected Sub RenderChildren(
        ByVal writer As System.Web.UI.HtmlTextWriter) 
   Overrides Protected Sub RenderEndTag(
        ByVal writer As System.Web.UI.HtmlTextWriter) 
End Class

Hierarchy

System.Object System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor)HtmlControl(System.Web.UI.IAttributeAccessor)HtmlContainerControl HtmlTableRow

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.