Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfRule Class / ReplaceWith Method
The new CfRule rule to replace.


In This Topic
ReplaceWith Method
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)

Parameters

rule
The new CfRule rule to replace.
See Also