Click or drag to resize

IBorders Item Property

Returns a Border object that represents one of the borders of either a range of cells or a style.

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

Parameters

Index
Type: Spire.Xls BordersLineType

Property Value

Type: IBorder
See Also