Row.SetHeight Method
Sets the height of table rows.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SetHeight ( _
RowHeight As Single, _
HeightRule As WdRowHeightRule _
)
'Usage
Dim instance As Row
Dim RowHeight As Single
Dim HeightRule As WdRowHeightRule
instance.SetHeight(RowHeight, HeightRule)
void SetHeight(
float RowHeight,
WdRowHeightRule HeightRule
)
Parameters
- RowHeight
Type: System.Single
Required Single. The height of the row or rows, in points.
- HeightRule
Type: Microsoft.Office.Interop.Word.WdRowHeightRule
Required WdRowHeightRule. The rule for determining the height of the specified rows.
WdRowHeightRule can be one of the following constants:
wdRowHeightAtLeast
wdRowHeightExactly
wdRowHeightAuto