SparkColor.Color 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 you can use to set the color of the markers for points in a sparkline.
public:
property Microsoft::Office::Interop::Excel::FormatColor ^ Color { Microsoft::Office::Interop::Excel::FormatColor ^ get(); };
public Microsoft.Office.Interop.Excel.FormatColor Color { get; }
Public ReadOnly Property Color As FormatColor
Property Value
A FormatColor object that you can use to set the color of the markers for points in a sparkline.
Remarks
Read-only.