Document.Lists Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.