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


インデックスを指定してコレクションの項目を取得します。
構文
'Declaration
 
Protected Overloads Property Item( _
   ByVal index As Integer _
) As Object
'使用法
 
Dim instance As BaseKeyCollection
Dim index As Integer
Dim value As Object
 
instance.Item(index) = value
 
value = instance.Item(index)
protected object Item( 
   int index
) {get; set;}

パラメータ

index

プロパティ値

指定した要素のインデックスを示す System.Int32 値。
参照

BaseKeyCollection クラス
BaseKeyCollection メンバ
オーバーロード一覧

 

 


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