AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.6" />

.NET API 894,464 bytes

 HtmlTableElement

Represents the HTML table element.
public HorizontalAlignment Align { get; set; }

public string BgColor { get; set; }

public uint Border { get; set; }

public IHtmlTableCaptionElement Caption { get; set; }

public int CellPadding { get; set; }

public int CellSpacing { get; set; }

public IHtmlTableSectionElement Foot { get; set; }

public TableFrames Frame { get; set; }

public IHtmlTableSectionElement Head { get; set; }

public TableRules Rules { get; set; }

public string Summary { get; set; }

public string Width { get; set; }

public HtmlTableElement(Document owner, string prefix = null)

public void DeleteCaption()

public void DeleteFoot()

public void DeleteHead()

public IHtmlTableRowElement InsertRowAt(int index = -1)

public void RemoveRowAt(int index)