Range.StartAt(Index) 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.
Retourne une nouvelle instance Range en partant d’un index de début spécifié jusqu’à la fin de la collection.
public:
static Range StartAt(Index start);
public static Range StartAt (Index start);
static member StartAt : Index -> Range
Public Shared Function StartAt (start As Index) As Range
Paramètres
- start
- Index
Position du premier élément à partir duquel la plage sera créée.
Retours
Plage allant de start
jusqu’à la fin de la collection.