Share via


Cells.SetHeight(Object, WdRowHeightRule) Méthode

Définition

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.

S’applique à