FillSeries.Item Property

Gets the Fill at the specified index.
public Fill this[ 
int index 
] {get;}
This language is not supported or no code example is available.
public:  
property Fill^ Item[int] { 
Fill^ get( 
int index 
); 
}
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

The index.

Property Value

Fill

Fill.

In this article

Definition