PowerTools SPREAD for Windows Forms 10.0J
FindAllObject メソッド


検索するオブジェクト。
検索する列インデックスを示すSystem.Int32値。
指定したオブジェクトに一致するリスト内の最初の項目を検索します。
構文
'Declaration
 
Public Function FindAllObject( _
   ByVal obj As Object, _
   ByVal findTargetColumnIndex As Integer _
) As MatchedListItemCollectionInfo
'使用法
 
Dim instance As ListItemCollectionInfo
Dim obj As Object
Dim findTargetColumnIndex As Integer
Dim value As MatchedListItemCollectionInfo
 
value = instance.FindAllObject(obj, findTargetColumnIndex)

パラメータ

obj
検索するオブジェクト。
findTargetColumnIndex
検索する列インデックスを示すSystem.Int32値。

戻り値の型

一致した項目を含むMatchedListItemCollectionオブジェクト。
参照

ListItemCollectionInfo クラス
ListItemCollectionInfo メンバ

 

 


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