Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / Remove Method / Remove(SmartPrintRule) Method
Rule (SmartPrintRule object) to remove


In This Topic
Remove(SmartPrintRule) Method
In This Topic
Removes the specified rule (SmartPrintRule object) from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal value As SmartPrintRule _
) 
 
'Usage
 
Dim instance As SmartPrintRulesCollection
Dim value As SmartPrintRule
 
instance.Remove(value)

Parameters

value
Rule (SmartPrintRule object) to remove
See Also