FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > ISparklineGroup インタフェース : Item プロパティ |
'Declaration
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ISparkline
'使用法
Dim instance As ISparklineGroup Dim index As Integer Dim value As ISparkline value = instance.Item(index)
ISparkline this[ int index ]; {get;}