Cells.SetHeight(Object, WdRowHeightRule) Méthode
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.
Dans un tableau, définit la hauteur des cellules.
public:
void SetHeight(System::Object ^ % RowHeight, Microsoft::Office::Interop::Word::WdRowHeightRule HeightRule);
public void SetHeight (ref object RowHeight, Microsoft.Office.Interop.Word.WdRowHeightRule HeightRule);
abstract member SetHeight : obj * Microsoft.Office.Interop.Word.WdRowHeightRule -> unit
Public Sub SetHeight (ByRef RowHeight As Object, HeightRule As WdRowHeightRule)
Paramètres
- RowHeight
- Object
Hauteur de la (ou des) ligne(s), en points.
- HeightRule
- WdRowHeightRule
Règle permettant de déterminer la hauteur des cellules spécifiées.
Remarques
La définition de la propriété SetHeight d’un Cells objet définit automatiquement la propriété pour la ligne entière.