Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.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()
    public void Clear()
    See Also