Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SmartPrintRulesCollection Class
Properties Methods


In This Topic
    SmartPrintRulesCollection Class Members
    In This Topic

    The following tables list the members exposed by SmartPrintRulesCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new SmartPrintRulesCollection.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of rules (SmartPrintRule objects) in the collection.  
    Public PropertyGets whether the collection has a fixed size. (This implementation always returns false.)  
    Public PropertyGets whether the collection is read-only. (This implementation always returns false.)  
    Public PropertyGets whether access to the collection is synchronized.  
    Public PropertyGets or sets the rule (SmartPrintRule object) at the specified index.  
    Public PropertyGets a rule (SmartPrintRule object) to synchronize access to the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a rule (SmartPrintRule object) to the collection.  
    Public MethodRemoves all rules (SmartPrintRule objects) from the collection.  
    Public MethodOverloaded. Determines whether the collection contains the specified rule (SmartPrintRule object).  
    Public MethodOverloaded. Copies the rules (SmartPrintRule objects) in the collection to the specified array list.  
    Public MethodGets an IEnumerator object for enumerating through the rules (SmartPrintRule objects) in the collection.  
    Public MethodOverloaded. Returns the index of the specified rule (SmartPrintRule object).  
    Public MethodOverloaded. Inserts a rule (SmartPrintRule object) into the collection at the specified index.  
    Public MethodOverloaded. Removes the specified rule (SmartPrintRule object) from the collection.  
    Public MethodRemoves a rule (SmartPrintRule object) from the collection at the specified index.  
    Top
    See Also