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


キー文字列を指定してコレクションの項目を取得します。
構文
'Declaration
 
Protected Overloads Property Item( _
   ByVal key As String _
) As Object
'使用法
 
Dim instance As BaseKeyCollection
Dim key As String
Dim value As Object
 
instance.Item(key) = value
 
value = instance.Item(key)
protected object Item( 
   string key
) {get; set;}

パラメータ

key

プロパティ値

指定した要素のキーを示す System.String 値。
参照

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

 

 


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