Cell.NestingLevel Propriété
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.
Renvoie le niveau d'imbrication de la cellule spécifiée.
public:
property int NestingLevel { int get(); };
public int NestingLevel { get; }
member this.NestingLevel : int
Public ReadOnly Property NestingLevel As Integer
Valeur de propriété
Remarques
Le niveau d'imbrication 1 correspond au tableau le plus à l'extérieur. Le niveau augmente ensuite d'une unité pour chaque imbrication successive.