AngleSharp by Florian Rappl

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

.NET API 886,784 bytes

 HTMLTableCellElement

Represents the object for HTML table cell elements.
public string Abbr { get; set; }

Gets or sets the abbreviation for header cells.

public HorizontalAlignment Align { get; set; }

Gets or sets the value of the alignment attribute.

public string Axis { get; set; }

Gets or sets the names group of related headers.

public string BgColor { get; set; }

Gets or sets the value of the background color attribute.

public int ColumnSpan { get; set; }

Gets or sets the number of columns spanned by cell.

public ISettableTokenList Headers { get; }

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

public string Height { get; set; }

Gets or sets the value of the height attribute.

public 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.

public bool NoWrap { get; set; }

Gets or sets if word wrapping is suppressed.

public int RowSpan { get; set; }

Gets or sets the number of rows spanned by cell.

public string Scope { get; set; }

Gets or sets the scope covered by header cells.

public VerticalAlignment VAlign { get; set; }

Gets or sets the value of the vertical alignment attribute.

public string Width { get; set; }

Gets or sets the value of the width attribute.