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


コレクション内の要素のインデックスを表すInteger
コレクションの指定したインデックスの要素を取得します。
構文
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Object
'使用法
 
Dim instance As Elements
Dim index As Integer
Dim value As Object
 
value = instance.Item(index)
public virtual object this[ 
   int index
]; {get;}

パラメータ

index
コレクション内の要素のインデックスを表すInteger

プロパティ値

Object
参照

Elements クラス
Elements メンバ

 

 


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