GemBox.Spreadsheet

CellBorder Class

Contains settings for a single cell border.

For a list of all members of this type, see CellBorder Members.

System.Object
   GemBox.Spreadsheet.CellBorder

public sealed class CellBorder

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

CellBorder Members | GemBox.Spreadsheet Namespace | CellBorders