GrapeCity.Xaml.Excel
Thresholds Property (ExcelIconSetsRule)


GrapeCity.Excel Namespace > ExcelIconSetsRule Class : Thresholds Property
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

Reference

ExcelIconSetsRule Class
ExcelIconSetsRule Members