Spread ASP.NET 6.0 Product Documentation
SmartPrintRulesCollection Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SmartPrintRulesCollection Class


Glossary Item Box

The following tables list the members exposed by SmartPrintRulesCollection.

Public Constructors

 NameDescription
Public ConstructorSmartPrintRulesCollection ConstructorCreates a new SmartPrintRulesCollection.  
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of rules (SmartPrintRule objects) in the collection.  
Public PropertyIsFixedSizeGets whether the collection has a fixed size. (This implementation always returns false.)  
Public PropertyIsReadOnlyGets whether the collection is read-only. (This implementation always returns false.)  
Public PropertyIsSynchronizedGets whether access to the collection is synchronized.  
Public PropertyItemGets or sets the rule (SmartPrintRule object) at the specified index.  
Public PropertySyncRootGets a rule (SmartPrintRule object) to synchronize access to the collection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a rule (SmartPrintRule object) to the collection.  
Public MethodClearRemoves all rules (SmartPrintRule objects) from the collection.  
Public MethodContainsOverloaded. Determines whether the collection contains the specified rule (SmartPrintRule object).  
Public MethodCopyToOverloaded. Copies the rules (SmartPrintRule objects) in the collection to the specified array list.  
Public MethodGetEnumeratorGets an IEnumerator object for enumerating through the rules (SmartPrintRule objects) in the collection.  
Public MethodIndexOfOverloaded. Returns the index of the specified rule (SmartPrintRule object).  
Public MethodInsertOverloaded. Inserts a rule (SmartPrintRule object) into the collection at the specified index.  
Public MethodRemoveOverloaded. Removes the specified rule (SmartPrintRule object) from the collection.  
Public MethodRemoveAtRemoves a rule (SmartPrintRule object) from the collection at the specified index.  
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.