Table of Contents

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

Color

Count

Gets count of borders.

public int Count { get; }

Property Value

int

this[BordersLineType]

Gets border item.

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

Parent

public object Parent { get; }

Property Value

object

Value

Gets or sets line style of borders.

public LineStyleType Value { get; set; }

Property Value

LineStyleType

Methods

GetEnumerator()

public IEnumerator GetEnumerator()

Returns

IEnumerator