FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > SpreadChartCollection クラス > Item プロパティ : Item(Int32) プロパティ |
'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As SpreadChart
'使用法 Dim instance As SpreadChartCollection Dim index As Integer Dim value As SpreadChart value = instance.Item(index)
public SpreadChart Item( int index ) {get;}