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


指定した位置にある項目を取得または設定します。
構文
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ItemTemplateInfo
'使用法
 
Dim instance As ItemTemplateCollectionInfo
Dim index As Integer
Dim value As ItemTemplateInfo
 
instance.Item(index) = value
 
value = instance.Item(index)
public ItemTemplateInfo this[ 
   int index
]; {get; set;}

パラメータ

index

プロパティ値

コレクション内の指定した位置を示すSystem.Int32値。
参照

ItemTemplateCollectionInfo クラス
ItemTemplateCollectionInfo メンバ

 

 


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