MultiSeries.Item Property

public double this[ 
int index
int series 
] {get;}
This language is not supported or no code example is available.
public:  
property double Item[int, int] { 
double get( 
int index
int series 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

index
int

series
int

Property Value

double

In this article

Definition