TablePart Enum
Represents different parts of a table.
public enum TablePart
- Namespace
- Spectre
.Console .Rendering - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- ValueType
- Enum
Fields
-
0
- The top of a table.
- The separator between the header and the cells.
- The separator between the rows.
- The separator between the footer and the cells.
-
4
- The bottom of a table.