次の方法で共有


Rows.HeightRule プロパティ

定義

指定した行の高さを決定するための規則を設定または返します。

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

プロパティ値

注釈

WdRowHeightRule には、次のいずれかの定数を指定できます。

wdRowHeightAtLeast

wdRowHeightExactly

wdRowHeightAuto

適用対象