Class HtmlTableCell
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 HtmlTableCell : HtmlContainerControlConstructors
HtmlTableCell()
Declaration
public HtmlTableCell()HtmlTableCell(Element)
Properties
Align
Declaration
public string Align { get; }Property Value
| System.String 
 | 
CellIndex
Declaration
public int CellIndex { get; }Property Value
| System.Int32 
 | 
ColSpan
Declaration
public int ColSpan { get; }Property Value
| System.Int32 
 | 
Height
Declaration
public string Height { get; }Property Value
| System.String 
 | 
RowSpan
Declaration
public int RowSpan { get; }Property Value
| System.Int32 
 | 
VAlign
Declaration
public string VAlign { get; }Property Value
| System.String 
 | 
Width
Declaration
public string Width { get; }Property Value
| System.String 
 |