Click or drag to resize

CellBorder Class

Contains settings for a single cell border.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCellBorder

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public sealed class CellBorder

The CellBorder type exposes the following members.

Properties
 NameDescription
Public propertyLineColor Gets or sets the border color style.
Public propertyLineStyle Gets or sets the style of the border line.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also