Table of Contents

Struct XlsxBorder

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

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

Equals(XlsxBorder)
Equals(object?)
GetHashCode()

Operators

operator ==(XlsxBorder, XlsxBorder)

Returns whether two borders are equal.

operator !=(XlsxBorder, XlsxBorder)

Returns whether two borders differ.