次の方法で共有


Cell.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

プロパティ値

注釈

オブジェクトの HeightRule プロパティを設定すると、 Cell 行全体のプロパティが自動的に設定されます。

適用対象