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