ListLevel.NumberStyle Property
Returns or sets the number style for the ListLevel object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NumberStyle As WdListNumberStyle
Get
Set
'Usage
Dim instance As ListLevel
Dim value As WdListNumberStyle
value = instance.NumberStyle
instance.NumberStyle = value
WdListNumberStyle NumberStyle { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdListNumberStyle
Remarks
The NumberStyle property can be one of the WdListNumberStyle constants. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.