FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace : StringCollection Class |
For a list of all members of this type, see StringCollection members.
Name | Description | |
---|---|---|
Add | Adds a string value to the collection. | |
AddRange | Adds an array of string values to the collection. | |
Clear | Removes all string values from the collection. | |
Clone | Creates a new collection that is a copy of this collection. | |
Contains | Determines whether the collection contains a specific string value. | |
CopyTo | Copies the string values in the collection to an array, starting at the specified array index. | |
GetEnumerator | Gets an enumerator that iterates through the collection. | |
IndexOf | Determines the index of the string value in the collection. | |
Insert | Inserts a string value into the collection at the specified index. | |
InsertRange | Inserts an aray of string values into the collection at the specified index. | |
Remove | Removes a string value from the collection. | |
RemoveAt | Removes a string value from the collection at the specified index. |