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.

See Also

Reference

Rows Interface

Rows Members

Microsoft.Office.Interop.Word Namespace