Click or drag to resize

BordersCollection Class

Represents a collection of borders.
Inheritance Hierarchy
System Object
Spire.Xls.Collections BordersCollection

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class BordersCollection : IBorders, 
	IEnumerable, IExcelApplication

The BordersCollection type exposes the following members.

Properties
Name Description
Public property Color
Returns or sets the primary color of the object.
Public property Count
Gets count of borders.
Public property Item
Gets border item.
Public property KnownColor
Returns or sets the primary excel color of the object.
Public property LineStyle
Returns or sets the line style for the border.
Public property Parent
Gets the parent object of the current borders.
Public property Value
Gets or sets line style of borders.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also