SelectedGroupCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count | Gets the number of selected groups which a collection stores. |
Is |
Gets a value indicating whether the collection is read-only. |
Item[Int32] | Gets or sets a series point by its zero-based index. |
#Methods
Name | Description |
---|---|
Add |
Adds a group that is under the specified path (group values from the root to the required group). |
Add |
Adds a group that is under the specified path (group values from the root to the required group). |
Clear() | Removes all items from the collection. |
Contains |
Determines whether the collection contains a group under the specified path (group values from the root to the group). |
Contains |
Determines whether the collection contains a group under the specified path (group values from the root to the group). |
Copy |
Copies all elements of the current collection to the specified one-dimensional array. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns an index under the which the collection contains a group under the specified path (group values from the root to the group). |
Index |
Returns an index under the which the collection contains a group under the specified path (group values from the root to the group). |
Insert |
Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index. |
Insert |
Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a group under the specified path (group values from the root to the group) from the selected groups. |
Remove |
Removes a group under the specified path (group values from the root to the group) from the selected groups. |
Remove |
Removes a group under the specified index from a collection of selected groups. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also