Struct XlsxBorder
One edge of a cell.
public readonly struct XlsxBorder : IEquatable<XlsxBorder>
- Implements
- Inherited Members
Constructors
- XlsxBorder(XlsxBorderStyle, ColorRgb?)
Creates a border.
Properties
- Color
Gets the colour, or null for Excel's default.
- IsVisible
Gets whether anything is drawn.
- Style
Gets how the edge is drawn.
Methods
Operators
- operator ==(XlsxBorder, XlsxBorder)
Returns whether two borders are equal.
- operator !=(XlsxBorder, XlsxBorder)
Returns whether two borders differ.