AngleSharp by AngleSharp

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

.NET API 894,464 bytes

 HtmlTableCellElement

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

public HorizontalAlignment Align { get; set; }

public string Axis { get; set; }

public string BgColor { get; set; }

public int ColumnSpan { get; set; }

public ISettableTokenList Headers { get; }

public string Height { get; set; }

public int Index { get; }

public bool NoWrap { get; set; }

public int RowSpan { get; set; }

public string Scope { get; set; }

public VerticalAlignment VAlign { get; set; }

public string Width { get; set; }

public HtmlTableCellElement(Document owner, string name, string prefix)