Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfRule Class / ReplaceWith Method
The new CfRule rule to replace.


In This Topic
    ReplaceWith Method (CfRule)
    In This Topic
    Replaces this CfRule rule with the specified CfRule rule.
    Syntax
    'Declaration
     
    
    Public Sub ReplaceWith( _
       ByVal rule As CfRule _
    ) 
    'Usage
     
    
    Dim instance As CfRule
    Dim rule As CfRule
     
    instance.ReplaceWith(rule)
    public void ReplaceWith( 
       CfRule rule
    )

    Parameters

    rule
    The new CfRule rule to replace.
    See Also