次の方法で共有


Border.LineWidth プロパティ

定義

オブジェクトの罫線の幅を設定します。

public:
 property Microsoft::Office::Interop::Word::WdLineWidth LineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth LineWidth { get; set; }
member this.LineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property LineWidth As WdLineWidth

プロパティ値

注釈

オブジェクトに WdLineWidth 罫線がない場合、または複数の線幅を持つ罫線がある場合は、定数または wdUndefined を返します。

指定された線の幅を罫線の線のスタイルを使用できない場合、このプロパティはエラーを生成します。 特定の線種で使用可能な幅を確認するには、[線種とページ罫線と網かけの設定] ダイアログ ボックス ([罫線] メニュー) を参照してください。

適用対象