AngleSharp by AngleSharp

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

.NET API 888,832 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, TableCellKind tableCellKind = 0)

public void RemoveCellAt(int index)