ListFormat.List 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.
Returns a List object that represents the first formatted list contained in the specified ListFormat object.
public:
property Microsoft::Office::Interop::Word::List ^ List { Microsoft::Office::Interop::Word::List ^ get(); };
public Microsoft.Office.Interop.Word.List List { get; }
member this.List : Microsoft.Office.Interop.Word.List
Public ReadOnly Property List As List
Property Value
Remarks
If the first paragraph in the range for the ListFormat object is not formatted as a list, the List property returns nothing.