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
- Index
Type: System.Int32
- X1
Type: System.Single
- Y1
Type: System.Single