AngleSharp by AngleSharp

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

.NET API 884,736 bytes

 IHtmlTableCellElement

Reprsents the base for td / th HTML element.
int ColumnSpan { get; set; }

Gets or sets the number of columns spanned by cell.

Gets or sets the list of id attribute values for header cells.

int Index { get; }

Gets the index of this cell in the row, starting from 0. This index is in document tree order and not display order.

int RowSpan { get; set; }

Gets or sets the number of rows spanned by cell.