PowerTools SPREAD for Windows Forms 10.0J
Find メソッド (ListItemCollectionInfo)


検索するobject値。
比較子を示すSystem.Collections.IComparer値。
検索の開始位置の直前の項目のゼロから始まるインデックス。
検索する列を示すSystem.Int32値。
開始インデックスから比較子によって値を検索します。
構文
'Declaration
 
Public Function Find( _
   ByVal value As Object, _
   ByVal comparer As IComparer, _
   ByVal startIndex As Integer, _
   ByVal findTargetColumnIndex As Integer _
) As Integer
'使用法
 
Dim instance As ListItemCollectionInfo
Dim value As Object
Dim comparer As IComparer
Dim startIndex As Integer
Dim findTargetColumnIndex As Integer
Dim value As Integer
 
value = instance.Find(value, comparer, startIndex, findTargetColumnIndex)

パラメータ

value
検索するobject値。
comparer
比較子を示すSystem.Collections.IComparer値。
startIndex
検索の開始位置の直前の項目のゼロから始まるインデックス。
findTargetColumnIndex
検索する列を示すSystem.Int32値。

戻り値の型

項目でが見つかった場合はそのインデックス。見つからなかった場合は-1。
参照

ListItemCollectionInfo クラス
ListItemCollectionInfo メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.