ExcelCellBordersCollection Class

Represents a collection of four borders of a Range or a Style. A border index can be used to identify the Border object

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCellBordersCollection
Inheritance
Object    ExcelCellBordersCollection

Properties

Color Gets or sets the color of the borders
Count Gets the number of borders in the collection.
Item Returns the border object at the specified index from collection.
LineStyle Gets or sets line style for all the cell borders.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also