Click or drag to resize

ExcelCellBordersCollection.Item Property

Returns the border object at the specified index from collection.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelCellBorder this[
	ExcelCellBorderIndex borderIndex
] { get; }

Parameters

borderIndex
Type: ExpertXls.ExcelLib.ExcelCellBorderIndex

Property Value

Type: ExcelCellBorder
See Also