HtmlTable
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class HtmlTable : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTable
Derived Classes:
Inherited Members
Constructors
C#
public HtmlTable()
Properties
C#
public ReadOnlyCollection<HtmlTableRow> AllRows { get; }
C#
public ReadOnlyCollection<HtmlTableRow> BodyRows { get; }
C#
public string CellPadding { get; }
C#
public string CellSpacing { get; }
C#
public int ColumnCount { get; }
C#
public ReadOnlyCollection<HtmlTableRow> FootRows { get; }
C#
public ReadOnlyCollection<HtmlTableRow> HeadRows { get; }
C#
public ReadOnlyCollection<HtmlTableRow> Rows { get; }