Rows.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 Rows
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. Can be one of the following WdRowHeightRule constants:
wdRowHeightAtLeast
wdRowHeightExactly
wdRowHeightAuto