Spread Windows Forms 12.0 Product Documentation
Item Property (DefaultSparklineContainer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultSparklineContainer Class : Item Property
Gets the ISparklineGroup at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ISparklineGroup
'Usage
 
Dim instance As DefaultSparklineContainer
Dim index As Integer
Dim value As ISparklineGroup
 
value = instance.Item(index)
public ISparklineGroup this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

DefaultSparklineContainer Class
DefaultSparklineContainer Members