Row.HeightRule Propiedad

Definición

Devuelve o establece la regla para determinar el alto de la fila especificada.

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

Valor de propiedad

Comentarios

WdRowHeightRule puede ser una de las siguientes constantes:

wdRowHeightAtLeast

wdRowHeightExactly

wdRowHeightAuto

Se aplica a