AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 HtmlTableColElement

Represents the HTML column element.
public HorizontalAlignment Align { get; set; }

Gets or sets the value of the horizontal alignment attribute.

public int Span { get; set; }

Gets or sets the number of columns in a group or affected by a grouping.

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.

public HtmlTableColElement(Document owner, string prefix = null)