次の方法で共有


TableStyle.Alignment プロパティ

定義

指定した行の配置を表す定数を設定または返します。

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

プロパティ値

注釈

WdRowAlignment は、これらの WdRowAlignment 定数のいずれかです。

wdAlignRowLeft

wdAlignRowCenter

wdAlignRowRight

適用対象