Spread Windows Forms 12.0 Product Documentation
Modify(CfValueType,Double) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IConditionValue Interface > Modify Method : Modify(CfValueType,Double) Method
A CfValueType value indicates the type of condition value.
A double value indicates the numeric value of the condition value.
Modifies the data of this condition value.
Syntax
'Declaration
 
Overloads Sub Modify( _
   ByVal type As CfValueType, _
   ByVal value As Double _
) 
'Usage
 
Dim instance As IConditionValue
Dim type As CfValueType
Dim value As Double
 
instance.Modify(type, value)
void Modify( 
   CfValueType type,
   double value
)

Parameters

type
A CfValueType value indicates the type of condition value.
value
A double value indicates the numeric value of the condition value.
See Also

Reference

IConditionValue Interface
IConditionValue Members
Overload List