Rows.Height Propriedade

Definição

Retorna ou define a altura da linha ou linhas especificadas em uma tabela.

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 da propriedade

Single

Comentários

Se a HeightRule propriedade das linhas especificadas for wdRowHeightAuto, Height retornará WdUndefined; a definição da Propriedade Height define HeightRule como wdRowHeightAtLeast.

Aplica-se a