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: 7.0.0
Syntax
public ExcelCellBorder this[
	ExcelCellBorderIndex borderIndex
] { get; }

Parameters

borderIndex
Type: ExpertXls.ExcelLibExcelCellBorderIndex

Property Value

Type: ExcelCellBorder
See Also