Returns the border object at the specified index from collection.
Namespace:
Winnovative.ExcelLib
Assembly:
wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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
Parameters
- borderIndex
- Type: Winnovative.ExcelLibExcelCellBorderIndex
Property Value
Type:
ExcelCellBorder
Reference