AngleSharp by Florian Rappl

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

.NET API 1,175,040 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.