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


The following tables list the members exposed by StringCollectionItem.

Public Constructors
 NameDescription
Public ConstructorStringCollectionItem ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of string values in the collecion.  
Public PropertyItemGets or sets the string value at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a string value to the collection.  
Public MethodAddRangeAdds an array of string values to the collection.  
Public MethodClearRemoves all string values from the collection.  
Public MethodCloneCreates a new collection that is a copy of this collection.  
Public MethodContainsDetermines whether the collection contains a specific string value.  
Public MethodCopyToCopies the string values 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 string value in the collection.  
Public MethodInsertInserts a string value into the collection at the specified index.  
Public MethodInsertRangeInserts an array of string values into the collection at the specified index.  
Public MethodRemoveRemoves a string value from the collection.  
Public MethodRemoveAtRemoves a string value 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

StringCollectionItem Class
FarPoint.Win.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.