ExcelCellBordersCollectionItem Property |
Returns the border object at the specified index from collection.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelCellBorder this[
ExcelCellBorderIndex borderIndex
] { get; }Public ReadOnly Default Property Item (
borderIndex As ExcelCellBorderIndex
) As ExcelCellBorder
Get
Parameters
- borderIndex ExcelCellBorderIndex
-
Property Value
ExcelCellBorder
See Also