IconSetCondition.PercentileValues 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 or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined by using percentiles.
public:
property bool PercentileValues { bool get(); void set(bool value); };
public bool PercentileValues { get; set; }
Public Property PercentileValues As Boolean
Property Value
Boolean
Remarks
This property will return False if not every threshold is set to percentile. Setting this property to True will set every threshold type to percentile.