ListTemplate.ListLevels Property
Returns a ListLevels collection that represents all the levels for the specified ListTemplate.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListLevels As ListLevels
Get
'Usage
Dim instance As ListTemplate
Dim value As ListLevels
value = instance.ListLevels
ListLevels ListLevels { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ListLevels