Spread WPF 17
GrapeCity.Excel Namespace / ExcelIconSetsRule Class / Thresholds Property


In This Topic
    Thresholds Property (ExcelIconSetsRule)
    In This Topic
    Gets or sets the thresholds.
    Syntax
    'Declaration
     
    Public Property Thresholds As List(Of IExcelConditionalFormatValueObject)
    'Usage
     
    Dim instance As ExcelIconSetsRule
    Dim value As List(Of IExcelConditionalFormatValueObject)
     
    instance.Thresholds = value
     
    value = instance.Thresholds
    public List<IExcelConditionalFormatValueObject> Thresholds {get; set;}

    Property Value

    The thresholds.
    See Also