ListFormat.ListLevelNumber Property
Returns or sets the list level for the first paragraph in the specified ListFormat object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ListLevelNumber As Integer
Get
Set
'Usage
Dim instance As ListFormat
Dim value As Integer
value = instance.ListLevelNumber
instance.ListLevelNumber = value
int ListLevelNumber { get; set; }
Property Value
Type: System.Int32