Spread Windows Forms 12.0 Product Documentation
PercentileValues Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IIconSetCondition Interface : PercentileValues Property
Gets or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined by using percentiles.
Syntax
'Declaration
 
Property PercentileValues As Boolean
'Usage
 
Dim instance As IIconSetCondition
Dim value As Boolean
 
instance.PercentileValues = value
 
value = instance.PercentileValues
bool PercentileValues {get; set;}

Property Value

true if [percentile values]; otherwise, false.
See Also

Reference

IIconSetCondition Interface
IIconSetCondition Members