The XLBorderFormatting type exposes the following members.

Constructors

  Name Description
Public method XLBorderFormatting
Initialization border formatting.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property BottomBorder
Gets or sets bottom border for this formating.
Public property BottomColor
Gets or sets color of bottom border for this formating.
Public property Diagonal
Gets or sets which diagonal lines to display (none, forward, backward).
Public property DiagonalColor
Gets or sets color of diagonal border for this formating.
Public property DiagonalStyle
Gets or sets type of diagonal line for this formating.
Public property LeftBorder
Gets or sets left border for this formating.
Public property LeftColor
Gets or sets color of left border for this formating.
Public property RightBorder
Gets or sets right border for this formating.
Public property RightColor
Gets or sets color of right border for this formating.
Public property TopBorder
Gets or sets top border for this formating.
Public property TopColor
Gets or sets color of top border for this formating.

See Also