AngleSharp by Florian Rappl

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

.NET API 886,784 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.