共用方式為


Word) (Rows.HeightRule 屬性

會傳回或設定決定指定儲存格的列高度的規則。 讀取/寫入 WdRowHeightRule

語法

expression. HeightRule

需要 expression。 代表 Rows 物件的 變數。

範例

此範例會將所選列的高度規則設定為自動調整為列中最高的儲存格。

If Selection.Information(wdWithInTable) = True Then 
 Selection.Rows.HeightRule = wdRowHeightAuto 
Else 
 MsgBox "The insertion point is not in a table." 
End If

另請參閱

Rows 集合物件

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應