Task.Left Property

Returns or sets an Integer that represents the horizontal position of the specified task, measured in points.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Left As Integer
    Get
    Set
'Usage
Dim instance As Task
Dim value As Integer

value = instance.Left

instance.Left = value
int Left { get; set; }

Property Value

Type: System.Int32

See Also

Reference

Task Interface

Task Members

Microsoft.Office.Interop.Word Namespace