OfficeIMO

API Reference

Class

ExcelCellBorderSnapshot

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Immutable border metadata resolved for a cell style.

Inheritance

  • Object
  • ExcelCellBorderSnapshot

Constructors

public ExcelCellBorderSnapshot() #

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.