Spread Windows Forms 7.0 Product Documentation
DoubleCollectionCollection Class Members
See Also  Properties  Methods  Events Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : DoubleCollectionCollection Class


Glossary Item Box

The following tables list the members exposed by DoubleCollectionCollection.

Public Constructors

 NameDescription
Public ConstructorDoubleCollectionCollection ConstructorCreates a new collection of collections.  
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of items in the collecion.  
Public PropertyItemGets or sets the item at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds an item to the collection.  
Public MethodAddRangeAdds an array of items to the collection.  
Public MethodClearRemoves all items from the collection.  
Public MethodContainsDetermines whether the collection contains a specific item.  
Public MethodCopyToCopies the items in the collection to an array, starting at the specified array index.  
Public MethodGetEnumeratorGets an enumerator that iterates through the collection.  
Public MethodIndexOfDetermines the index of the item in the collection.  
Public MethodInsertInserts an item into the collection at the specified index.  
Public MethodInsertRangeInserts an aray of items into the collection at the specified index.  
Public MethodRemoveRemoves an item from the collection.  
Public MethodRemoveAtRemoves an item from the collection at the specified index.  
Top

Protected Methods

 NameDescription
Protected MethodOnChangedRaises the Changed event.  
Top

Public Events

 NameDescription
Public EventChangedOccurs when the collection is changed.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.