Table of Contents

Enum TableRules

Namespace
AngleSharp.Html.Dom
Assembly
AngleSharp.dll

The list of possible table rules.

public enum TableRules : byte
Extension Methods

Fields

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.