Click or drag to resize

CellBorders Class

Collection of cell borders.
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCellBorders

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

The CellBorders type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets a specific border.
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 methodSetBorders Sets the color and style of the lines to a specific set of borders.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also