Cells.HeightRule Property
Returns or sets the rule for determining the height of the specified cells.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HeightRule As WdRowHeightRule
Get
Set
'Usage
Dim instance As Cells
Dim value As WdRowHeightRule
value = instance.HeightRule
instance.HeightRule = value
WdRowHeightRule HeightRule { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdRowHeightRule
Remarks
Setting the HeightRule property of a Cell object automatically sets the property for the entire row.