_Application.SmartArtColors Property

Gets the set of color styles 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 SmartArtColors As SmartArtColors
    Get
'Usage
Dim instance As _Application
Dim value As SmartArtColors

value = instance.SmartArtColors
SmartArtColors SmartArtColors { get; }

Property Value

Type: Microsoft.Office.Core.SmartArtColors
The set of color styles that are currently loaded in the application.

Remarks

Read-only.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace