Shape.SmartArt Property
Gets an object that represents the SmartArt associated with the shape.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SmartArt As SmartArt
Get
'Usage
Dim instance As Shape
Dim value As SmartArt
value = instance.SmartArt
SmartArt SmartArt { get; }
Property Value
Type: Microsoft.Office.Core.SmartArt
An object that represents the SmartArt associated with the shape.
Remarks
Read-only.