Range.InsertIndent(Int32) 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.
Cette méthode ajoute un retrait dans les cellules de la plage spécifiée.
public:
void InsertIndent(int InsertAmount);
public void InsertIndent (int InsertAmount);
Public Sub InsertIndent (InsertAmount As Integer)
Paramètres
- InsertAmount
- Int32
Argument de type Integer obligatoire. Valeur à ajouter au retrait actuel.
Remarques
L'utilisation de cette méthode pour affecter une valeur inférieure à 0 (zéro) ou supérieure à 15 à un niveau de retrait génère une erreur.
Utilisez laIndentLevel propriété pour renvoyer le niveau de retrait d’une plage.