ColorScaleCriterion.FormatColor 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.
Returns a FormatColor object, which specifies the color assigned to the threshold of a color scale conditional format. Read-only.
public:
property Microsoft::Office::Interop::Excel::FormatColor ^ FormatColor { Microsoft::Office::Interop::Excel::FormatColor ^ get(); };
public Microsoft.Office.Interop.Excel.FormatColor FormatColor { get; }
Public ReadOnly Property FormatColor As FormatColor
Property Value
Remarks
You can set the color of the minimum, midpoint, or maximum thresholds to any custom color by using the Color property; or use the ThemeColor property.