TableBorderPart Enum

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

Fields

The top left part of a header.
The top part of a header.
The top separator part of a header.
The top right part of a header.
The left part of a header.
A header separator.
The right part of a header.
The bottom left part of a header.
The bottom part of a header.
The bottom separator part of a header.
The bottom right part of a header.
The top left part of a footer.
The top part of a footer.
The top separator part of a footer.
The top right part of a footer.
The left part of a cell.
A cell separator.
The right part of a cell.
The bottom left part of a footer.
The bottom part of a footer.
The bottom separator part of a footer.
The bottom right part of a footer.
22
The left part of a row.
The center part of a row.
The separator part of a row.
The right part of a row.

Extension Methods

T And<TableBorderPart>(Action<TableBorderPart>)
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.