Share via


ListFormat.List Property 

Returns a List object that represents the first formatted list contained in the specified ListFormat object.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim listFormat1 As ListFormat

Dim returnValue As List
returnValue = listFormat1.List

Syntax

ReadOnly Property List() As List
List List {get;}
property List^ List{
    List^ get();
}
public List get_List();
function get List() : List;

Remarks

If the first paragraph in the range for the ListFormat object is not formatted as a list, the List property returns nothing.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ListFormat Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ListFormat Members