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


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

Parameters

value
The rule (SmartPrintRule object) to remove
See Also