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


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

Parameters

type
A CfValueType value indicates the type of condition value.
formula
A string value indicates the formula of the condition value.
Remarks
Because formula is also used for primitive value, the formula must start with "=".
See Also

Reference

IConditionValue Interface
IConditionValue Members
Overload List