API Reference

Class

ExcelBorderSideSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable single-border-side metadata resolved from an OpenXML border definition.

Inheritance

  • Object
  • ExcelBorderSideSnapshot

Usage

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

Accepted by parameters

Constructors

public ExcelBorderSideSnapshot(String style, String colorArgb = null) #

Creates border-side metadata that can be used when authoring a conditional-formatting differential style.

Parameters

style System.String requiredposition: 0
SpreadsheetML border style name.
colorArgb System.String = null optionalposition: 1
Optional border color in ARGB hexadecimal form.

Properties

public String Style { get; set; } #

Border style name as stored in the workbook.

public String ColorArgb { get; set; } #

Border color in ARGB hexadecimal form, when directly resolvable.