次の方法で共有


ListFormat.List プロパティ

定義

指定ListFormatしたオブジェクトにList含まれる最初の書式設定されたリストを表す オブジェクトを返します。

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 プロパティでは何も取得されません。

適用対象