Spread Windows Forms 12.0 Product Documentation
Value Property (IIconCriterion)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IIconCriterion Interface : Value Property
Gets or sets the threshold value for an icon in a conditional format.
Syntax
'Declaration
 
Property Value As Object
'Usage
 
Dim instance As IIconCriterion
Dim value As Object
 
instance.Value = value
 
value = instance.Value
object Value {get; set;}

Property Value

The threshold value for an icon in a conditional format.
Remarks
A string value represents the formula of the color scale criterion.

An GrapeCity.CalcEngine.IReadonlyPrimitiveValue object represents the primitive value of the color scale criterion.

See Also

Reference

IIconCriterion Interface
IIconCriterion Members