ListFormat.List Property

Definition

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.

Applies to