Class BordersCollection
- Namespace
- Spire.Xls.Collections
- Assembly
- Spire.XLS.dll
public class BordersCollection : IBorders, IEnumerable, IExcelApplication
- Inheritance
-
BordersCollection
- Implements
- Inherited Members
Properties
Color
Returns or sets the primary color of the object.
public Color Color { get; set; }
Property Value
Count
Gets count of borders.
public int Count { get; }
Property Value
this[BordersLineType]
Gets border item.
public IBorder this[BordersLineType Index] { get; }
Parameters
Index
BordersLineType
Property Value
KnownColor
Returns or sets the primary excel color of the object.
public ExcelColors KnownColor { get; set; }
Property Value
LineStyle
Returns or sets the line style for the border.
public LineStyleType LineStyle { get; set; }
Property Value
Parent
public object Parent { get; }
Property Value
Value
Gets or sets line style of borders.
public LineStyleType Value { get; set; }
Property Value
Methods
GetEnumerator()
public IEnumerator GetEnumerator()