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


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

パラメータ

index

プロパティ値

指定した位置を示すSystem.Int32値。
参照

SubItemCollectionInfo クラス
SubItemCollectionInfo メンバ

 

 


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