FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class / Clear Method


In This Topic
Clear Method (SmartPrintRulesCollection)
In This Topic
Removes all rules (SmartPrintRule objects) from the collection.
Syntax
'Declaration
 
Public Sub Clear() 
 
'Usage
 
Dim instance As SmartPrintRulesCollection
 
instance.Clear()
See Also