GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ISeriesCollection Interface / Item Property
The index of series in the collection.


In This Topic
Item Property (ISeriesCollection)
In This Topic
Gets the series at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ISeries
 
'Usage
 
Dim instance As ISeriesCollection
Dim index As Integer
Dim value As ISeries
 
value = instance.Item(index)

Parameters

index
The index of series in the collection.
See Also