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; }
Public ReadOnly Default Property Item (
borderIndex As ExcelCellBorderIndex
) As ExcelCellBorder
Get
Parameters
- borderIndex
- Type: ExpertXls.ExcelLibExcelCellBorderIndex
Property Value
Type:
ExcelCellBorderSee Also