IDrawingObjects.Vertices Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Vertices ( _
Index1 As Object, _
Index2 As Object _
) As Object
'Usage
Dim instance As IDrawingObjects
Dim Index1 As Object
Dim Index2 As Object
Dim returnValue As Object
returnValue = instance.Vertices(Index1, _
Index2)
Object Vertices(
Object Index1,
Object Index2
)
Parameters
- Index1
Type: System.Object
- Index2
Type: System.Object
Return Value
Type: System.Object