Row.SetHeight(Single, WdRowHeightRule) Méthode

Définition

Dans un tableau, définit la hauteur des lignes

public:
 void SetHeight(float RowHeight, Microsoft::Office::Interop::Word::WdRowHeightRule HeightRule);
public void SetHeight (float RowHeight, Microsoft.Office.Interop.Word.WdRowHeightRule HeightRule);
abstract member SetHeight : single * Microsoft.Office.Interop.Word.WdRowHeightRule -> unit
Public Sub SetHeight (RowHeight As Single, HeightRule As WdRowHeightRule)

Paramètres

RowHeight
Single

Argument de type Single obligatoire. Hauteur de la (ou des) ligne(s), en points.

HeightRule
WdRowHeightRule

Obligatoire WdRowHeightRule . Règle permettant de déterminer la hauteur des lignes spécifiées. WdRowHeightRule peut être l’une des constantes suivantes :wdRowHeightAtLeastwdRowHeightExactlywdRowHeightAuto

S’applique à