SparklineGroup.SeriesColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a FormatColor object that represents the main series color for the sparkline group.
public:
property Microsoft::Office::Interop::Excel::FormatColor ^ SeriesColor { Microsoft::Office::Interop::Excel::FormatColor ^ get(); };
public Microsoft.Office.Interop.Excel.FormatColor SeriesColor { get; }
Public ReadOnly Property SeriesColor As FormatColor
Property Value
A FormatColor object that represents the main series color for the sparkline group.
Remarks
Read-only.