AngleSharp by Florian Rappl

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

.NET API 1,175,040 bytes

 TableRules

public enum TableRules
The list of possible table rules.
namespace AngleSharp.Dom.Html { public enum TableRules { None, Rows, Cols, Groups, All } }