Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollectionCollection Class
Properties Methods Events


StringCollectionCollection Class Members

The following tables list the members exposed by StringCollectionCollection.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the number of items in the collecion.  
Public PropertyGets or sets the data source for the collection of collections of string values.  
Public PropertyGets or sets the item at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAdds an item to the collection.  
Public MethodAdds an array of items to the collection.  
Public MethodRemoves all items from the collection.  
Public MethodDetermines whether the collection contains a specific item.  
Public MethodCopies the items in the collection to an array, starting at the specified array index.  
Public MethodGets an enumerator that iterates through the collection.  
Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.  
Public MethodDetermines the index of the item in the collection.  
Public MethodInserts an item into the collection at the specified index.  
Public MethodInserts an array of items into the collection at the specified index.  
Public MethodRemoves an item from the collection.  
Public MethodRemoves an item from the collection at the specified index.  
Top
Protected Methods
 NameDescription
Protected MethodRaises the Changed event.  
Top
Public Events
 NameDescription
Public EventOccurs when the collection is changed.  
Top
See Also