共用方式為


Cells.SetHeight 方法 (Word)

此方法設定表格儲存格的高度。

語法

expressionSetHeight( _RowHeight_ , _HeightRule_ )

需要 expression。 代表'Cells' 集合的變數。

參數

名稱 必要/選用 資料類型 描述
RowHeight 必要 Variant 一列或多列的高度 (以點為單位)。
HeightRule 必要 WdRowHeightRule 判斷指定之儲存格高度的規則。

註解

設定 Cells 物件的 SetHeight 屬性會自動設定整列的屬性。

範例

本範例將選取儲存格的列高設定成 18 點以上。

If Selection.Information(wdWithInTable) = True Then 
 Selection.Cells.SetHeight RowHeight:=18, _ 
 HeightRule:=wdRowHeightAtLeast 
Else 
 MsgBox "The insertion point is not in a table." 
End If

另請參閱

Cells 集合物件

支援和意見反應

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