Spread Silverlight Documentation
Thresholds Property (IExcelIconSetsRule)


GrapeCity.Excel Namespace > IExcelIconSetsRule Interface : Thresholds Property
Gets or sets the thresholds.
Syntax
'Declaration
 
Property Thresholds As System.Collections.Generic.List(Of IExcelConditionalFormatValueObject)
'Usage
 
Dim instance As IExcelIconSetsRule
Dim value As System.Collections.Generic.List(Of IExcelConditionalFormatValueObject)
 
instance.Thresholds = value
 
value = instance.Thresholds
System.Collections.Generic.List<IExcelConditionalFormatValueObject> Thresholds {get; set;}

Property Value

The thresholds.
See Also

Reference

IExcelIconSetsRule Interface
IExcelIconSetsRule Members