IFreeformBuilder.AddNodes Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub AddNodes ( _
SegmentType As MsoSegmentType, _
EditingType As MsoEditingType, _
X1 As Single, _
Y1 As Single, _
X2 As Object, _
Y2 As Object, _
X3 As Object, _
Y3 As Object _
)
'Usage
Dim instance As IFreeformBuilder
Dim SegmentType As MsoSegmentType
Dim EditingType As MsoEditingType
Dim X1 As Single
Dim Y1 As Single
Dim X2 As Object
Dim Y2 As Object
Dim X3 As Object
Dim Y3 As Object
instance.AddNodes(SegmentType, EditingType, _
X1, Y1, X2, Y2, X3, Y3)
void AddNodes(
MsoSegmentType SegmentType,
MsoEditingType EditingType,
float X1,
float Y1,
Object X2,
Object Y2,
Object X3,
Object Y3
)
Parameters
- SegmentType
Type: Microsoft.Office.Core.MsoSegmentType
- EditingType
Type: Microsoft.Office.Core.MsoEditingType
- X1
Type: System.Single
- Y1
Type: System.Single
- X2
Type: System.Object
- Y2
Type: System.Object
- X3
Type: System.Object
- Y3
Type: System.Object