Rows.SetHeight(Single, WdRowHeightRule) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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