_Application.SmartArtQuickStyles Property

Gets the set of SmartArt quick styles which 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 SmartArtQuickStyles As SmartArtQuickStyles
    Get
'Usage
Dim instance As _Application
Dim value As SmartArtQuickStyles

value = instance.SmartArtQuickStyles
SmartArtQuickStyles SmartArtQuickStyles { get; }

Property Value

Type: Microsoft.Office.Core.SmartArtQuickStyles
The set of SmartArt quick styles which are currently loaded in the application.

Remarks

Read-only.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace