Share via


SparklineGroup.SeriesColor Property

Gets a FormatColor object that represents the main series color for the sparkline group.

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

Syntax

'Declaration
ReadOnly Property SeriesColor As FormatColor
    Get
'Usage
Dim instance As SparklineGroup
Dim value As FormatColor

value = instance.SeriesColor
FormatColor SeriesColor { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.FormatColor
A FormatColor object that represents the main series color for the sparkline group.

Remarks

Read-only.

See Also

Reference

SparklineGroup Interface

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace