Public Property Item( _ ByVal index As System.Object _ ) As String
public string this[ System.Object index ] {get;}
public: __property String __gc ^^ get_Item( VARIANT index );
public: HRESULT get_Item( VARIANT index, BSTR* pVal );
public String getItem( AgVariant index );
@property def Item(self) -> str: