
Gets or sets a bulleted or numbered list and/or its formatting attributes for the selected text. The property's value is an object of the type ListFormat.
[C#]
public ListFormat ListFormat { get; set; }
[Visual Basic]
Public Property ListFormat() As ListFormat
Runtime only.