IDrawing.Vertices Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Vertices ( _
Index1 As Object, _
Index2 As Object _
) As Object
Get
'Usage
Dim instance As IDrawing
Dim Index1 As Object
Dim Index2 As Object
Dim value As Object
value = instance.Vertices(Index1, Index2)
Object this[
Object Index1,
Object Index2
] { get; }
Parameters
- Index1
Type: System.Object
- Index2
Type: System.Object
Property Value
Type: System.Object