API Reference

Class

LegacyXlsDifferentialBorderSide

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

Represents one side of a legacy XLS differential border.

Inheritance

  • Object
  • LegacyXlsDifferentialBorderSide

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public LegacyXlsDifferentialBorderSide(UInt16 style, String color) #

Creates a decoded differential border side.

Parameters

style System.UInt16 requiredposition: 0
color System.String requiredposition: 1

Properties

public UInt16 Style { get; } #

Gets the legacy border style value.

public String Color { get; } #

Gets the border color as ARGB hex, when present.

public Boolean HasStyle { get; } #

Gets whether the side carries a visible border style.