_Application.Selection 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.
Retourne l’objet sélectionné dans la fenêtre active.
public:
property System::Object ^ Selection { System::Object ^ get(); };
public object Selection { get; }
Public ReadOnly Property Selection As Object
Valeur de propriété
Remarques
Le type d’objet retourné dépend de la sélection actuelle (par exemple, si une cellule est sélectionnée, cette propriété renvoie un Range objet). La propriété Selection renvoie Nothing si rien n'est sélectionné.