Shape.HasSmartArt Property

Definition

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).

Applies to