Returns the value specified by the index.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As System.Object _ ) As Double |
[C#] |
---|
public double this[ System.Object index ] {get;} |
[Managed C++] |
---|
public: __property double^ get_Item( VARIANT index ); |
[Java] |
---|
public double getItem( AgVariant index ); |
- index