AngleSharp by AngleSharp

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

.NET API 1,244,160 bytes

 HtmlTableSectionElement

Represents the object for HTML table section (thead / tbody / tfoot) elements.
public HorizontalAlignment Align { get; set; }

public VerticalAlignment VAlign { get; set; }

public HtmlTableSectionElement(Document owner, string name = null, string prefix = null)

public IHtmlTableRowElement InsertRowAt(int index = -1)

public void RemoveRowAt(int index)