'使用法 Dim instance As ChartObjectCollection(Of T) Dim index As System.Integer Dim value As T value = instance.Item(index)
パラメータ
- index
- 取得する要素の 0 から始まるインデックス。
'使用法 Dim instance As ChartObjectCollection(Of T) Dim index As System.Integer Dim value As T value = instance.Item(index)