_Document.Lists Property

Returns a Lists collection that contains all the formatted lists in the specified document.

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

Syntax

'Declaration
ReadOnly Property Lists As Lists
    Get
'Usage
Dim instance As _Document
Dim value As Lists

value = instance.Lists
Lists Lists { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Lists

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace