Compartilhar via


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

Comentários

Se a HeightRule propriedade das linhas especificadas for wdRowHeightAuto, Heightretornará wdUndefined; definindo a propriedade Height define HeightRule como wdRowHeightAtLeast.

Aplica-se a