Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IConditionValue Interface / Value Property


In This Topic
Value Property (IConditionValue)
In This Topic
Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.
Syntax
'Declaration
 
ReadOnly Property Value As Object
 
'Usage
 
Dim instance As IConditionValue
Dim value As Object
 
value = instance.Value

Property Value

The value of the condition value.
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