Cell.Height Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie ou définit la hauteur de l’objet spécifié (en points, sauf indication contraire).
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é de la ligne spécifiée est wdRowHeightAuto, Height renvoie wdUndefined ; la définition de la propriété Height définit HeightRule sur wdRowHeightAtLeast.