Rows.Height Propiedad

Definición

Devuelve o establece el alto de la fila o filas especificadas en una tabla.

public:
 property float Height { float get(); void set(float value); };
public float Height { get; set; }
member this.Height : single with get, set
Public Property Height As Single

Valor de propiedad

Comentarios

Si la HeightRule propiedad de las filas especificadas es wdRowHeightAuto, Height devuelve wdUndefined; al establecer la propiedad Height establece HeightRule en wdRowHeightAtLeast.

Se aplica a