GrapeCity SPREAD for Windows Forms 11.0J
Item プロパティ (DoubleCollectionCollection)


項目のインデックス。
指定したインデックスにある項目を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As DoubleCollection
'使用法
 
Dim instance As DoubleCollectionCollection
Dim index As Integer
Dim value As DoubleCollection
 
instance.Item(index) = value
 
value = instance.Item(index)
public DoubleCollection this[ 
   int index
]; {get; set;}

パラメータ

index
項目のインデックス。

プロパティ値

項目。
参照

DoubleCollectionCollection クラス
DoubleCollectionCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.