IShapes.AddCurve Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function AddCurve ( _
SafeArrayOfPoints As Object _
) As Shape
'Usage
Dim instance As IShapes
Dim SafeArrayOfPoints As Object
Dim returnValue As Shape
returnValue = instance.AddCurve(SafeArrayOfPoints)
Shape AddCurve(
Object SafeArrayOfPoints
)
Parameters
- SafeArrayOfPoints
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Shape