Table of Contents

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

Color

this[BordersLineType]

public IBorder this[BordersLineType index] { get; }

Parameters

index BordersLineType

Property Value

IBorder

KnownColor

Returns or sets the primary excel color of the object.

public ExcelColors KnownColor { get; set; }

Property Value

ExcelColors

LineStyle

Returns or sets the line style for the border.

public LineStyleType LineStyle { get; set; }

Property Value

LineStyleType

Value

public LineStyleType Value { get; set; }

Property Value

LineStyleType