Skip to main content
A newer version of this page is available. .

SelectedGroupCollection Members

The selected group path collection.

Properties

Name Description
Count Gets the number of selected groups which a collection stores.
IsReadOnly 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(IEnumerable<Object>) Adds a group that is under the specified path (group values from the root to the required group).
Add(Object[]) 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(IEnumerable<Object>) Determines whether the collection contains a group under the specified path (group values from the root to the group).
Contains(Object[]) Determines whether the collection contains a group under the specified path (group values from the root to the group).
CopyTo(IEnumerable<Object>[], Int32) Copies all elements of the current collection to the specified one-dimensional array.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(IEnumerable<Object>) Returns an index under the which the collection contains a group under the specified path (group values from the root to the group).
IndexOf(Object[]) Returns an index under the which the collection contains a group under the specified path (group values from the root to the group).
Insert(Int32, IEnumerable<Object>) Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index.
Insert(Int32, Object[]) Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(IEnumerable<Object>) Removes a group under the specified path (group values from the root to the group) from the selected groups.
Remove(Object[]) Removes a group under the specified path (group values from the root to the group) from the selected groups.
RemoveAt(Int32) Removes a group under the specified index from a collection of selected groups.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also