Retrieves an element of the collection using
the name of the element or a position in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _
ByVal IndexOrName As System.Object _
) As IAgCrdn
|
[C#] |
---|
public IAgCrdn this[
|
[Managed C++] |
---|
public: __property IAgCrdn^ get_Item(
|
[Unmanaged C++] |
---|
public: HRESULT get_Item(
|
[Java] |
---|
public IAgCrdn getItem(
|
- IndexOrName