Assistant.Left Property
Sets or returns the horizontal position of the Office Assistant window (in points), or the distance (in pixels) of the command bar, from the left edge of the specified object relative to the screen.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Left As Integer
Get
Set
'Usage
Dim instance As Assistant
Dim value As Integer
value = instance.Left
instance.Left = value
int Left { get; set; }
Property Value
Type: System.Int32