SparkColor Interface

Represents the color of the markers for points in a sparkline.

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

Syntax

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

Remarks

The SparkColor object corresponds to the settings of the items available on the Marker Color drop-down list in the Style section of the Sparkline Tools Design tab of the ribbon. Use the corresponding properties of the SparkPoints object to set the colors of these items.

See Also

Reference

SparkColor Members

Microsoft.Office.Interop.Excel Namespace