Click or drag to resize

BordersCollection Item Property

Gets border item.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IBorder this[
	BordersLineType Index
] { get; }

Parameters

Index
Type: Spire.Xls BordersLineType

Property Value

Type: IBorder

Implements

IBorders Item BordersLineType
See Also