Spread Windows Forms 17
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.


In This Topic
    Modify(CfValueType,String) Method
    In This Topic
    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