AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 HtmlTableRowElement

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

public string BgColor { get; set; }

public int Index { get; }

public int IndexInSection { get; }

public VerticalAlignment VAlign { get; set; }

public HtmlTableRowElement(Document owner, string prefix = null)

public IHtmlTableCellElement InsertCellAt(int index = -1)

public void RemoveCellAt(int index)