'Declaration ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ISparklineGroup
'使用法 Dim instance As ISparklineContainer Dim index As Integer Dim value As ISparklineGroup value = instance.Item(index)
ISparklineGroup this[ int index ]; {get;}