Share via


Cells.HeightRule 属性

定义

返回或设置用于确定指定单元格高度的规则。

public:
 property Microsoft::Office::Interop::Word::WdRowHeightRule HeightRule { Microsoft::Office::Interop::Word::WdRowHeightRule get(); void set(Microsoft::Office::Interop::Word::WdRowHeightRule value); };
public Microsoft.Office.Interop.Word.WdRowHeightRule HeightRule { get; set; }
member this.HeightRule : Microsoft.Office.Interop.Word.WdRowHeightRule with get, set
Public Property HeightRule As WdRowHeightRule

属性值

注解

设置对象的 HeightRule 属性 Cell 会自动设置整行的属性。

适用于