CollectionItem(String) Property
Returns a specific element of a Collection object either by position or by key. Read-only.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public Object this[
string Key
] { get; }
Public ReadOnly Default Property Item (
Key As String
) As Object
Get
DEFINE CollectionItem(String) AS COM-HANDLE NO-UNDO.
DEFINE PRIVATE VARIABLE CollectionItem(String) AS CLASS Object NO-UNDO.
- Key String
- A unique String expression that specifies a key string that can be used, instead of a positional index, to access an element of the collection. Key must correspond to the Key argument specified when the element was added to the collection.
ObjectReturns a specific element of a Collection object either by position or by key. Read-only.