IBorders._Default Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Default Property _Default ( _
Index As XlBordersIndex _
) As Border
Get
'Usage
Dim instance As IBorders
Dim Index As XlBordersIndex
Dim value As Border
value = instance(Index)
Border this[
XlBordersIndex Index
] { get; }
Parameters
- Index
Type: Microsoft.Office.Interop.Excel.XlBordersIndex
Property Value
Type: Microsoft.Office.Interop.Excel.Border