Shape.HasSmartArt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether there is a SmartArt diagram present on the specified shape.
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
Property Value
A MsoTriState object.
Remarks
Read-only.
msoTrue (-1) if there is a SmartArt diagram present on the shape; otherwise msoFalse (0).