ListLevel.NumberPosition Property

Returns or sets the position (in points) of the number or bullet for the specified ListLevel object.

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

Syntax

'Declaration
Property NumberPosition As Single
    Get
    Set
'Usage
Dim instance As ListLevel
Dim value As Single

value = instance.NumberPosition

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

Property Value

Type: System.Single

Remarks

For each list level, you can set the position of the number or bullet, the position of the tab, and the position of the text that wraps.

See Also

Reference

ListLevel Interface

ListLevel Members

Microsoft.Office.Interop.Word Namespace