API Reference
LegacyXlsBorder
Represents parsed legacy XLS border formatting from an XF record.
Inheritance
- Object
- LegacyXlsBorder
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsCellFormat.Border
Accepted by parameters
- Constructor LegacyXlsCellFormat.LegacyXlsCellFormat
Constructors
public LegacyXlsBorder(Byte leftStyle, Byte rightStyle, Byte topStyle, Byte bottomStyle, UInt16 leftColorIndex, UInt16 rightColorIndex, UInt16 topColorIndex, UInt16 bottomColorIndex, Byte diagonalStyle, UInt16 diagonalColorIndex, Boolean diagonalUp, Boolean diagonalDown) #Creates parsed legacy XLS border formatting.
Parameters
- leftStyle System.Byte
- rightStyle System.Byte
- topStyle System.Byte
- bottomStyle System.Byte
- leftColorIndex System.UInt16
- rightColorIndex System.UInt16
- topColorIndex System.UInt16
- bottomColorIndex System.UInt16
- diagonalStyle System.Byte
- diagonalColorIndex System.UInt16
- diagonalUp System.Boolean
- diagonalDown System.Boolean
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Byte LeftStyle { get; } #Gets the legacy left border style.
public Byte RightStyle { get; } #Gets the legacy right border style.
public Byte TopStyle { get; } #Gets the legacy top border style.
public Byte BottomStyle { get; } #Gets the legacy bottom border style.
public UInt16 LeftColorIndex { get; } #Gets the legacy left border color index.
public UInt16 RightColorIndex { get; } #Gets the legacy right border color index.
public UInt16 TopColorIndex { get; } #Gets the legacy top border color index.
public UInt16 BottomColorIndex { get; } #Gets the legacy bottom border color index.
public Byte DiagonalStyle { get; } #Gets the legacy diagonal border style.
public UInt16 DiagonalColorIndex { get; } #Gets the legacy diagonal border color index.
public Boolean DiagonalUp { get; } #Gets whether the bottom-left to top-right diagonal border is present.
public Boolean DiagonalDown { get; } #Gets whether the top-left to bottom-right diagonal border is present.