Class XlsBordersCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class XlsBordersCollection : CollectionExtended<IBorder>, IList<IBorder>, ICollection<IBorder>, IEnumerable<IBorder>, ICloneParent, IBorders, IEnumerable, IExcelApplication
- Inheritance
-
XlsBordersCollection
- Implements
- Inherited Members
Properties
Color
Returns or sets the primary color of the object.
public Color Color { get; set; }
Property Value
this[BordersLineType]
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
Value
public LineStyleType Value { get; set; }