Assistant.Move Method
Moves the Office Assistant to the specified location.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub Move ( _
xLeft As Integer, _
yTop As Integer _
)
'Usage
Dim instance As Assistant
Dim xLeft As Integer
Dim yTop As Integer
instance.Move(xLeft, yTop)
void Move(
int xLeft,
int yTop
)
Parameters
xLeft
Type: System.Int32The left position of the Office Assistant window, in points.
yTop
Type: System.Int32The top position of the Office Assistant window, in points.