API Reference

Class

LegacyXlsBorder

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Accepted by parameters

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 requiredposition: 0
rightStyle System.Byte requiredposition: 1
topStyle System.Byte requiredposition: 2
bottomStyle System.Byte requiredposition: 3
leftColorIndex System.UInt16 requiredposition: 4
rightColorIndex System.UInt16 requiredposition: 5
topColorIndex System.UInt16 requiredposition: 6
bottomColorIndex System.UInt16 requiredposition: 7
diagonalStyle System.Byte requiredposition: 8
diagonalColorIndex System.UInt16 requiredposition: 9
diagonalUp System.Boolean requiredposition: 10
diagonalDown System.Boolean requiredposition: 11

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.