Share via


Paragraph.TabIndent(Int16) Méthode

Définition

Définit, pour les paragraphes spécifiés, un retrait gauche correspondant au nombre de tabulations spécifié.

public:
 void TabIndent(short Count);
public void TabIndent (short Count);
abstract member TabIndent : int16 -> unit
Public Sub TabIndent (Count As Short)

Paramètres

Count
Int16

Argument de type Integer obligatoire. Nombre de tabulations à appliquer au retrait (si positif) ou à supprimer du retrait (si négatif).

Remarques

Cette méthode peut être utilisée pour supprimer le retrait si la valeur de Count est un nombre négatif.

S’applique à