Spread Windows Forms 12.0 Product Documentation
Value Property (IColorScaleCriterion)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColorScaleCriterion Interface : Value Property
Gets or sets the minimum, midpoint, or maximum threshold value for a color scale conditional format.
Syntax
'Declaration
 
Property Value As Object
'Usage
 
Dim instance As IColorScaleCriterion
Dim value As Object
 
instance.Value = value
 
value = instance.Value
object Value {get; set;}
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

IColorScaleCriterion Interface
IColorScaleCriterion Members