ColorScaleCriterion.FormatColor Property

Definition

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

FormatColor

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.

Applies to