ListFormat.List Property

Returns a List object that represents the first formatted list contained in the specified ListFormat object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property List As List
    Get
'Usage
Dim instance As ListFormat
Dim value As List

value = instance.List
List List { get; }

Property Value

Type: Microsoft.Office.Interop.Word.List

Remarks

If the first paragraph in the range for the ListFormat object is not formatted as a list, the List property returns nothing.

See Also

Reference

ListFormat Interface

ListFormat Members

Microsoft.Office.Interop.Word Namespace