ListFormat.ListType Property

Definition

Returns the type of lists that are contained in the range for the specified ListFormat object.

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

Property Value

Remarks

The ListType property can be one of the WdListType constants. The constant wdListListNumOnly refers to LISTNUM fields, which are fields that can be added within the text of a paragraph.

Applies to