SparklineGroups.Item Property
Returns a SparklineGroup object from a collection.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As SparklineGroup
Get
'Usage
Dim instance As SparklineGroups
Dim Index As Object
Dim value As SparklineGroup
value = instance.Item(Index)
SparklineGroup this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectSpecifies the position of an element in the collection.
Property Value
Type: Microsoft.Office.Interop.Excel.SparklineGroup
Returns SparklineGroup.