SeriesItem.Item Property

public double this[ 
int row 
] {get; set;}
This language is not supported or no code example is available.
public:  
property double Item[int] { 
double get( 
int row 
); 
void set( 
int row
double value 
); 
}
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

row
int

Property Value

double

In this article

Definition