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


The following tables list the members exposed by StringCollectionCollection.

Public Constructors
 NameDescription
Public ConstructorStringCollectionCollection ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of items in the collecion.  
Public PropertyDataSourceGets or sets the data source for the collection of collections of string values.  
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 MethodGetObjectDataPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.  
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

StringCollectionCollection Class
FarPoint.Win.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.