AngleSharp by AngleSharp

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

.NET API 963,584 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.