Click or drag to resize

ExcelCellBordersCollectionItem Property

Returns the border object at the specified index from collection.

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

Parameters

borderIndex  ExcelCellBorderIndex
 

Property Value

ExcelCellBorder
See Also