Compartilhar via


Cells.Height Propriedade

Definição

Retorna ou define a altura das células 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 da linha especificada for wdRowHeightAuto, Height retornará wdUndefined; definindo a propriedade Height define HeightRule como wdRowHeightAtLeast.

Aplica-se a