AngleSharp by AngleSharp

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

.NET API 879,104 bytes

 IHtmlTableSectionElement

Represent the base of table section (tbody, thead, tfoot) elements.

Gets the assigned table rows.

Inserts a row into this section. The new row is inserted immediately before the current indexth row in this section. If index is -1 or equal to the number of rows in this section, the new row is appended.

void RemoveRowAt(int index)

Deletes a row from this section.