Class HtmlTable
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 HtmlTable : HtmlContainerControl
Constructors
HtmlTable()
Declaration
public HtmlTable()
HtmlTable(Element)
Properties
AllRows
Declaration
public ReadOnlyCollection<HtmlTableRow> AllRows { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<HtmlTableRow>
|
BodyRows
Declaration
public ReadOnlyCollection<HtmlTableRow> BodyRows { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<HtmlTableRow>
|
Border
Declaration
public string Border { get; }
Property Value
System.String
|
Caption
Declaration
public string Caption { get; }
Property Value
System.String
|
CellPadding
Declaration
public string CellPadding { get; }
Property Value
System.String
|
CellSpacing
Declaration
public string CellSpacing { get; }
Property Value
System.String
|
ColumnCount
Declaration
public int ColumnCount { get; }
Property Value
System.Int32
|
FootRows
Declaration
public ReadOnlyCollection<HtmlTableRow> FootRows { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<HtmlTableRow>
|
HeadRows
Declaration
public ReadOnlyCollection<HtmlTableRow> HeadRows { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<HtmlTableRow>
|
Item[Int32]
Declaration
public HtmlTableRow this[int index] { get; }
Parameters
System.Int32
index
|
Property Value
HtmlTableRow
|
Rows
Declaration
public ReadOnlyCollection<HtmlTableRow> Rows { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<HtmlTableRow>
|
Width
Declaration
public string Width { get; }
Property Value
System.String
|