Class HtmlTableRow
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlTableRow : HtmlContainerControlConstructors
HtmlTableRow()
Declaration
public HtmlTableRow()HtmlTableRow(Element)
Properties
Align
Declaration
public string Align { get; }Property Value
| System.String 
 | 
Cells
Declaration
public List<HtmlTableCell> Cells { get; }Property Value
| System.Collections.Generic.List<HtmlTableCell> 
 | 
Item[Int32]
Declaration
public HtmlTableCell this[int index] { get; }Parameters
| System.Int32
        index 
 | 
Property Value
| HtmlTableCell 
 | 
RowIndex
Declaration
public int RowIndex { get; }Property Value
| System.Int32 
 |