Item Property (ISparklineGroups) | Spread Windows Forms 15.0
Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroups Interface / Item Property
Specifies the position of an element in the collection.


In This Topic
Item Property (ISparklineGroups)
In This Topic
Gets an ISparklineGroup object from an ISparklineGroups collection.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ISparklineGroup
 
'Usage
 
Dim instance As ISparklineGroups
Dim index As Integer
Dim value As ISparklineGroup
 
value = instance.Item(index)

Parameters

index
Specifies the position of an element in the collection.

Property Value

The ISparklineGroup object from an ISparklineGroups collection.
See Also