AngleSharp by Florian Rappl

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

.NET API 504,832 bytes

 HTMLTableColElement

public sealed class HTMLTableColElement : HTMLElement
Represents the HTML column (col / colgroup) element.
public HorizontalAlignment Align { get; set; }

Gets or sets the value of the horizontal alignment attribute.

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