Spread Windows Forms 12.0 Product Documentation
ReplaceWith Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfRule Class : ReplaceWith Method
The new CfRule rule to replace.
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

Reference

CfRule Class
CfRule Members