CommandBar.Left Property
Returns or sets 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 CommandBar
Dim value As Integer
value = instance.Left
instance.Left = value
int Left { get; set; }
Property Value
Type: System.Int32