AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 TableFrames

public enum TableFrames
The list of possible table frame directives.
Above = 2

The top side only.

Below = 3

The bottom side only.

Border = 8

All four sides.

Box = 1

All four sides.

HSides = 4

The top and bottom sides only.

LHS = 6

The left-hand side only.

RHS = 7

The right-hand side only.

Void = 0

No sides. This is the default value.

VSides = 5

The right and left sides only.