次の方法で共有


Options.DefaultBorderColorIndex プロパティ

定義

罫線の既定の色を設定または返します。

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

プロパティ値

注釈

オブジェクトの Enable プロパティが BordersTrue に設定されている場合、罫線の既定の線の幅、線のスタイル、線の色が使用されます。

適用対象