Word) (Rows.HeightRule 属性
返回或设置确定指定的单元格或行高度的规则。 读/写 高度的方法 。
语法
expression. HeightRule
表达式是必需的。 一个代表 Rows 对象的变量。
示例
本示例将确定所选行高度的规则设为按行中最高的单元格自动调整。
If Selection.Information(wdWithInTable) = True Then
Selection.Rows.HeightRule = wdRowHeightAuto
Else
MsgBox "The insertion point is not in a table."
End If
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。