ExcelCellBordersCollectionItem Property
Returns the border object at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelCellBorder this[
ExcelCellBorderIndex borderIndex
] { get; }
Public ReadOnly Default Property Item (
borderIndex As ExcelCellBorderIndex
) As ExcelCellBorder
Get
public:
property ExcelCellBorder^ default[ExcelCellBorderIndex borderIndex] {
ExcelCellBorder^ get (ExcelCellBorderIndex borderIndex);
}
member Item : ExcelCellBorder with get
- borderIndex ExcelCellBorderIndex
-
ExcelCellBorder