Spread WPF 17
GrapeCity.Excel Namespace / IExcelIconSetsRule Interface / Thresholds Property


In This Topic
    Thresholds Property (IExcelIconSetsRule)
    In This Topic
    Gets or sets the thresholds.
    Syntax
    'Declaration
     
    Property Thresholds As List(Of IExcelConditionalFormatValueObject)
    'Usage
     
    Dim instance As IExcelIconSetsRule
    Dim value As List(Of IExcelConditionalFormatValueObject)
     
    instance.Thresholds = value
     
    value = instance.Thresholds

    Property Value

    The thresholds.
    See Also