SeriesCollection.Item Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As IMsoSeries
'Usage
Dim instance As SeriesCollection
Dim Index As Object
Dim returnValue As IMsoSeries
returnValue = instance.Item(Index)
IMsoSeries Item(
Object Index
)
Parameters
- Index
Type: System.Object
Return Value
Type: Microsoft.Office.Core.IMsoSeries