Script.Shape 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 un objet Shape ou InlineShape , selon l’application hôte Microsoft Office.
public:
property System::Object ^ Shape { System::Object ^ get(); };
public object Shape { get; }
member this.Shape : obj
Public ReadOnly Property Shape As Object
Valeur de propriété
Remarques
La propriété Shape renvoie un objet Shape dans Microsoft Excel et PowerPoint. Dans Word, la propriété Shape renvoie un objet Shape si l’ancre du script est flottante ; toutefois, s’il s’agit d’une ancre inline, cette propriété renvoie un objet InlineShape .