Border.ThemeColor Property

Returns or sets the theme color in the applied color scheme that is associated with the specified object. Read/write Object.

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

Syntax

'Declaration
Property ThemeColor As Object
    Get
    Set
'Usage
Dim instance As Border
Dim value As Object

value = instance.ThemeColor

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

Property Value

Type: System.Object
Object

Remarks

Attempting to access a theme color for an object whose color is not currently themed will result in an invalid request run-time error.

See Also

Reference

Border Interface

Border Members

Microsoft.Office.Interop.Excel Namespace