TabStop.Position Property

Returns or sets the position of a tab stop relative to the left margin.

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

Syntax

'Declaration
Property Position As Single
    Get
    Set
'Usage
Dim instance As TabStop
Dim value As Single

value = instance.Position

instance.Position = value
float Position { get; set; }

Property Value

Type: System.Single

See Also

Reference

TabStop Interface

TabStop Members

Microsoft.Office.Interop.Word Namespace