API Reference

Class

ExcelCellBorderSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable border metadata resolved for a cell style.

Inheritance

  • Object
  • ExcelCellBorderSnapshot

Usage

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

Constructors

public ExcelCellBorderSnapshot(ExcelBorderSideSnapshot left = null, ExcelBorderSideSnapshot right = null, ExcelBorderSideSnapshot top = null, ExcelBorderSideSnapshot bottom = null, ExcelBorderSideSnapshot diagonal = null, Boolean diagonalUp = false, Boolean diagonalDown = false) #

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

Parameters

left OfficeIMO.Excel.ExcelBorderSideSnapshot = null optionalposition: 0
Left border side.
right OfficeIMO.Excel.ExcelBorderSideSnapshot = null optionalposition: 1
Right border side.
top OfficeIMO.Excel.ExcelBorderSideSnapshot = null optionalposition: 2
Top border side.
bottom OfficeIMO.Excel.ExcelBorderSideSnapshot = null optionalposition: 3
Bottom border side.
diagonal OfficeIMO.Excel.ExcelBorderSideSnapshot = null optionalposition: 4
Diagonal border side.
diagonalUp System.Boolean = false optionalposition: 5
Whether the diagonal runs from bottom-left to top-right.
diagonalDown System.Boolean = false optionalposition: 6
Whether the diagonal runs from top-left to bottom-right.

Properties

public ExcelBorderSideSnapshot Left { get; set; } #

Left border side.

public ExcelBorderSideSnapshot Right { get; set; } #

Right border side.

public ExcelBorderSideSnapshot Top { get; set; } #

Top border side.

public ExcelBorderSideSnapshot Bottom { get; set; } #

Bottom border side.

public ExcelBorderSideSnapshot Diagonal { get; set; } #

Diagonal border side.

public Boolean DiagonalUp { get; set; } #

Whether the diagonal border runs from bottom-left to top-right.

public Boolean DiagonalDown { get; set; } #

Whether the diagonal border runs from top-left to bottom-right.