次の方法で共有


Rows.SetHeight(Single, WdRowHeightRule) メソッド

定義

表の行の高さを設定します。

public:
 void SetHeight(float RowHeight, Microsoft::Office::Interop::Word::WdRowHeightRule HeightRule);
public void SetHeight (float RowHeight, Microsoft.Office.Interop.Word.WdRowHeightRule HeightRule);
abstract member SetHeight : single * Microsoft.Office.Interop.Word.WdRowHeightRule -> unit
Public Sub SetHeight (RowHeight As Single, HeightRule As WdRowHeightRule)

パラメーター

RowHeight
Single

単精度浮動小数点型 (Single) の値を使用します。 行の高さをポイント単位で指定します。

HeightRule
WdRowHeightRule

必須 WdRowHeightRule。 操作対象の行の高さを決めるときの規則を指定します。 WdRowHeightRule クラスの定数は、wdRowHeightAtLeastwdRowHeightExactlywdRowHeightAuto のいずれかです。

適用対象