Share via


ColorStop.ThemeColor Property

Returns or sets the theme color of the represented object. Read/write

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

Syntax

'Declaration
Property ThemeColor As Integer
    Get
    Set
'Usage
Dim instance As ColorStop
Dim value As Integer

value = instance.ThemeColor

instance.ThemeColor = value
int ThemeColor { get; set; }

Property Value

Type: System.Int32
Integer

Examples

Applies theme color to the active selection.

See Also

Reference

ColorStop Interface

ColorStop Members

Microsoft.Office.Interop.Excel Namespace