Cell.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 a table cell.
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, in points.
- HeightRule
- WdRowHeightRule
The rule for determining the height of the specified cell.
Remarks
Setting the SetHeight property of a Cell object automatically sets the property for the entire row.