API Reference

Class

LegacyXlsDifferentialBorder

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

Represents border formatting decoded from a legacy XLS differential-format record.

Inheritance

  • Object
  • LegacyXlsDifferentialBorder

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 LegacyXlsDifferentialBorder(LegacyXlsDifferentialBorderSide top, LegacyXlsDifferentialBorderSide bottom, LegacyXlsDifferentialBorderSide left, LegacyXlsDifferentialBorderSide right) #

Creates a decoded differential border.

Parameters

top OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide requiredposition: 0
bottom OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide requiredposition: 1
left OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide requiredposition: 2
right OfficeIMO.Excel.LegacyXls.Model.LegacyXlsDifferentialBorderSide requiredposition: 3

Properties

public LegacyXlsDifferentialBorderSide Top { get; } #

Gets the top border formatting, when present.

public LegacyXlsDifferentialBorderSide Bottom { get; } #

Gets the bottom border formatting, when present.

public LegacyXlsDifferentialBorderSide Left { get; } #

Gets the left border formatting, when present.

public LegacyXlsDifferentialBorderSide Right { get; } #

Gets the right border formatting, when present.

public Boolean HasAnySide { get; } #

Gets whether at least one side contains decoded border formatting.