The DrillThroughRecords type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains | Returns true if the given item exists in the collection.
(Inherited from IArray<(Of <(T>)>).) | |
| GetEnumerator | Overloaded. | |
| IndexOf | Gets the index of the given item in the collection.
(Inherited from IArray<(Of <(T>)>).) | |
| Sort | Overloaded. | |
| ToArray | Gets the collection to a standard array of the object type.
(Inherited from IArray<(Of <(T>)>).) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of items in the collection.
(Inherited from IArray<(Of <(T>)>).) | |
| Item | Gets the object at the specified index.
(Inherited from IArray<(Of <(T>)>).) |