InlineShape.HasSmartArt Property
Gets True if there is a SmartArt diagram present on the shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HasSmartArt As MsoTriState
Get
'Usage
Dim instance As InlineShape
Dim value As MsoTriState
value = instance.HasSmartArt
MsoTriState HasSmartArt { get; }
Property Value
Type: MsoTriState
A MsoTriState object.
Remarks
Read-only.