Range.ListFormat Property
Returns a ListFormat object that represents all the list formatting characteristics of a range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ListFormat As ListFormat
Get
'Usage
Dim instance As Range
Dim value As ListFormat
value = instance.ListFormat
ListFormat ListFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ListFormat