Row.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

属性值

注解

WdRowHeightRule 可以是以下常量之一:

wdRowHeightAtLeast

wdRowHeightExactly

wdRowHeightAuto

适用于