FormatColor Interface

Represents the fill color specified for a threshold of a color scale conditional format or the color of the bar in a data bar conditional format.

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

Syntax

'Declaration
<GuidAttribute("00024491-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface FormatColor
'Usage
Dim instance As FormatColor
[GuidAttribute("00024491-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface FormatColor

Remarks

You can choose a color by passing an RGB value in the Color property or designate the color by indexing into the theme color palette using the ThemeColor property.

See Also

Reference

FormatColor Members

Microsoft.Office.Interop.Excel Namespace