AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 TableRules

public enum TableRules
The list of possible table rules.
All = 4

Rules will appear between all rows and columns.

Cols = 2

Rules will appear between columns only.

Groups = 3

Rules will appear between row groups and column groups only.

None = 0

No rules. This is the default value.

Rows = 1

Rules will appear between rows only.