次の方法で共有


Rows.Alignment プロパティ

定義

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

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 には、次のいずれかの定数を指定できます。

wdAlignRowLeft

wdAlignRowCenter

wdAlignRowRight

適用対象