SparkColor.Color Property
Gets a FormatColor object that you can use to set 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
ReadOnly Property Color As FormatColor
Get
'Usage
Dim instance As SparkColor
Dim value As FormatColor
value = instance.Color
FormatColor Color { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.FormatColor
A FormatColor object that you can use to set the color of the markers for points in a sparkline.
Remarks
Read-only.