Click or drag to resize
Collection Methods DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The Collection type exposes the following members.

Methods
  Name Description
Public method Add
Adds an element to a Collection object.
Public method BuildFromVBCollection
Public method Clear
Deletes all elements of a Visual Basic Collection object.
Public method Contains
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
Public method Equals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public method GetEnumerator
Returns a reference to an enumerator object, which is used to iterate over a Collection object.
Public method GetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public method GetObjectData
Public method IListAdd
Public method Remove(Int32)
Removes an element from a Collection object.
Public method Remove(String)
Removes an element from a Collection object.
Public method SetObjectData
Top
Explicit Interface Implementations
See Also