Spread Silverlight Documentation
Thresholds Property (ExcelIconSetsRule)


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

Property Value

The thresholds.
See Also

Reference

ExcelIconSetsRule Class
ExcelIconSetsRule Members