Shape.HasSmartArt 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.
Obtient si un diagramme SmartArt est présent sur la forme spécifiée.
public:
property Microsoft::Office::Core::MsoTriState HasSmartArt { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState HasSmartArt { get; }
Public ReadOnly Property HasSmartArt As MsoTriState
Valeur de propriété
Objet MsoTriState.
Remarques
En lecture seule.
msoTrue (-1) s’il existe un diagramme SmartArt sur la forme ; sinon msoFalse (0).