CollectionItem(Int32) 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[
int Index
] { get; }
Public ReadOnly Default Property Item (
Index As Integer
) As Object
Get
DEFINE CollectionItem(Int32) AS COM-HANDLE NO-UNDO.
DEFINE PRIVATE VARIABLE CollectionItem(Int32) AS CLASS Object NO-UNDO.
- Index Int32
- A numeric expression that specifies the position of an element of the collection. Index must be a number from 1 through the value of the collection's Count property.
ObjectReturns a specific element of a Collection object either by position or by key. Read-only.