CellBorder ClassGemBox.Spreadsheet Help
Contains settings for a single cell border.
Inheritance Hierarchy

System Object
  GemBox.Spreadsheet CellBorder

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax

public sealed class CellBorder
Remarks

Note that although diagonal-up (IndividualBorder.DiagonalUp or MultipleBorders.DiagonalUp) and diagonal-down (IndividualBorder.DiagonalDown or MultipleBorders.DiagonalDown) can be individually set, they share the same color and the same line style. This is a Microsoft Excel limitation.

See Also