Table of Contents

Interface IHtmlTableHeaderCellElement

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

Represents the th HTML element.

[DomName("HTMLTableHeaderCellElement")]
public interface IHtmlTableHeaderCellElement : IHtmlTableCellElement, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
Inherited Members
Extension Methods

Properties

Scope

Gets or sets the scope of the th element.

[DomName("scope")]
string? Scope { get; set; }

Property Value

string