ListFormat.List 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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 属性不返回值。