Public Function GetItemByIndex( _ ByVal Index As Integer _ ) As IAgCrdn
public IAgCrdn GetItemByIndex( int Index );
public: IAgCrdn^ GetItemByIndex( int Index );
public: HRESULT GetItemByIndex( int Index, IAgCrdn ** ppRetVal );
public IAgCrdn getItemByIndex( Integer Index );
def GetItemByIndex(self, Index:int) -> "IAgCrdn":
IAgCrdnCollection Interface