ColorScaleCriterion.Type Property

Definition

Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar or color scale conditional format are determined. Read-only.

public:
 property Microsoft::Office::Interop::Excel::XlConditionValueTypes Type { Microsoft::Office::Interop::Excel::XlConditionValueTypes get(); void set(Microsoft::Office::Interop::Excel::XlConditionValueTypes value); };
public Microsoft.Office.Interop.Excel.XlConditionValueTypes Type { get; set; }
Public Property Type As XlConditionValueTypes

Property Value

XlConditionValueTypes

Remarks

The type of threshold value for a data bar or color scale can be a number, percent, formula, or percentile. Setting the type to percentile will use the Percentile function in Excel to determine the threshold value.

Applies to