GrapeCity SPREAD for Windows Forms 11.0J
FindAllStringExact メソッド


検索するSystem.String
検索する列を示すSystem.Int32値。
指定した文字列に一致するリスト内の最初の項目を検索します。
構文
'Declaration
 
Public Function FindAllStringExact( _
   ByVal s As String, _
   ByVal findTargetColumnIndex As Integer _
) As MatchedListItemCollectionInfo
'使用法
 
Dim instance As ListItemCollectionInfo
Dim s As String
Dim findTargetColumnIndex As Integer
Dim value As MatchedListItemCollectionInfo
 
value = instance.FindAllStringExact(s, findTargetColumnIndex)

パラメータ

s
検索するSystem.String
findTargetColumnIndex
検索する列を示すSystem.Int32値。

戻り値の型

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

ListItemCollectionInfo クラス
ListItemCollectionInfo メンバ

 

 


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