TablePart Enum

Represents different parts of a table.
public enum TablePart
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Fields

Top
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.

Extension Methods

T And<TablePart>(Action<TablePart>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.