Rows.Height Propriété

Définition

Renvoie ou définit la hauteur de la ou des lignes spécifiées dans un tableau.

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

Valeur de propriété

Remarques

Si la HeightRule propriété des lignes spécifiées est wdRowHeightAuto, Height renvoie wdUndefined ; la définition de la propriété Height définit HeightRule sur wdRowHeightAtLeast.

S’applique à