ListFormat.List 属性

定义

返回一个 List 对象,该对象代表指定 ListFormat 对象中包含的第一个格式化列表。

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

属性值

注解

如果没有将 ListFormat 对象区域中的第一段设置为列表格式,则 List 属性不返回值。

适用于