Document.Lists Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::Lists ^ Lists { Microsoft::Office::Interop::Word::Lists ^ get(); };
public Microsoft.Office.Interop.Word.Lists Lists { get; }
member this.Lists : Microsoft.Office.Interop.Word.Lists
Public ReadOnly Property Lists As Lists

Property Value

A Lists collection that contains all the formatted lists in the document.

Applies to