Rows.SetHeight(Single, WdRowHeightRule) Method

Definition

Sets the height of table rows.

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)

Parameters

RowHeight
Single

Required Single. The height of the row or rows, in points.

HeightRule
WdRowHeightRule

Required WdRowHeightRule. The rule for determining the height of the specified rows. Can be one of the following WdRowHeightRule constants: wdRowHeightAtLeastwdRowHeightExactlywdRowHeightAuto

Applies to