PowerTools MultiRow for Windows Forms 8.0J
FindAllString メソッド

検索文字列を表す String 値。
検索対象となるカラムのインデックスを表す Int32 値。
指定の文字列に前方一致する項目を検索します。
構文
Public Function FindAllString( _
   ByVal s As String, _
   ByVal findTargetColumnIndex As Integer _
) As MatchedComboItemCollection

パラメータ

s
検索文字列を表す String 値。
findTargetColumnIndex
検索対象となるカラムのインデックスを表す Int32 値。

戻り値の型

検索されたすべてのリスト項目を表す ListItemCollection オブジェクト。
例外
例外解説
System.ArgumentOutOfRangeExceptionfindTargetColumnIndex が 0 未満です。
参照

ListItemCollection クラス
ListItemCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.