IconSetCondition.PercentileValues Property
Returns or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined by using percentiles.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PercentileValues As Boolean
Get
Set
'Usage
Dim instance As IconSetCondition
Dim value As Boolean
value = instance.PercentileValues
instance.PercentileValues = value
bool PercentileValues { get; set; }
Property Value
Type: System.Boolean
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.