Enum TableCellKind
- Namespace
- AngleSharp.Html.Dom
- Assembly
- AngleSharp.dll
Represents kinds of table cells.
public enum TableCellKind
- Extension Methods
Fields
Td = 0
Td table cell.
Th = 1
Th table cell.
Represents kinds of table cells.
public enum TableCellKind
Td = 0
Td table cell.
Th = 1
Th table cell.