Share via


ShapeNodes.SetPosition Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub SetPosition ( _
    Index As Integer, _
    X1 As Single, _
    Y1 As Single _
)
'Usage
Dim instance As ShapeNodes
Dim Index As Integer
Dim X1 As Single
Dim Y1 As Single

instance.SetPosition(Index, X1, Y1)
void SetPosition(
    int Index,
    float X1,
    float Y1
)

Parameters

See Also

Reference

ShapeNodes Interface

ShapeNodes Members

Microsoft.Office.Core Namespace