_Application.SmartArtLayouts Property

Gets the set of SmartArt layouts that are currently loaded in the application.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property SmartArtLayouts As SmartArtLayouts
    Get
'Usage
Dim instance As _Application
Dim value As SmartArtLayouts

value = instance.SmartArtLayouts
SmartArtLayouts SmartArtLayouts { get; }

Property Value

Type: Microsoft.Office.Core.SmartArtLayouts
The set of SmartArt layouts that are currently loaded in the application.

Remarks

Read-only.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace