Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconSetCondition Interface / PercentileValues Property


In This Topic
    PercentileValues Property
    In This Topic
    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