Range.ListFormat 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 ListFormat object that represents all the list formatting characteristics of a range.
public:
property Microsoft::Office::Interop::Word::ListFormat ^ ListFormat { Microsoft::Office::Interop::Word::ListFormat ^ get(); };
public Microsoft.Office.Interop.Word.ListFormat ListFormat { get; }
member this.ListFormat : Microsoft.Office.Interop.Word.ListFormat
Public ReadOnly Property ListFormat As ListFormat