Spread Windows Forms 10.0 Product Documentation
DoubleCollectionCollection Class Members
Properties  Methods  Events


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 collection.  
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 array 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

Reference

DoubleCollectionCollection Class
FarPoint.Win.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.