Cells.SetHeight(Object, 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 cells.
public:
void SetHeight(System::Object ^ % RowHeight, Microsoft::Office::Interop::Word::WdRowHeightRule HeightRule);
public void SetHeight (ref object RowHeight, Microsoft.Office.Interop.Word.WdRowHeightRule HeightRule);
abstract member SetHeight : obj * Microsoft.Office.Interop.Word.WdRowHeightRule -> unit
Public Sub SetHeight (ByRef RowHeight As Object, HeightRule As WdRowHeightRule)
Parameters
- RowHeight
- Object
The height of the row or rows, in points.
- HeightRule
- WdRowHeightRule
The rule for determining the height of the specified cells.
Remarks
Setting the SetHeight property of a Cells object automatically sets the property for the entire row.