ListFormat.ListType Property
Returns the type of lists that are contained in the range for the specified ListFormat object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListType As WdListType
Get
'Usage
Dim instance As ListFormat
Dim value As WdListType
value = instance.ListType
WdListType ListType { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WdListType
Remarks
The ListType property can be one of the WdListType constants. The constant wdListListNumOnly refers to LISTNUM fields, which are fields that can be added within the text of a paragraph.