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


検索するテキストを示すSystem.String値。
bool値。検索時に大文字と小文字を区別しない場合はtrue、区別する場合はfalse
指定したテキストに一致するドロップダウンリスト内の最初のListItemのインデックスを検索します。
構文
'Declaration
 
Protected Function FindFirstMatchedAndCanBeSelectedIndex( _
   ByVal text As String, _
   ByVal ignoreCase As Boolean _
) As Integer
'使用法
 
Dim instance As GcComboBoxCellType
Dim text As String
Dim ignoreCase As Boolean
Dim value As Integer
 
value = instance.FindFirstMatchedAndCanBeSelectedIndex(text, ignoreCase)
protected int FindFirstMatchedAndCanBeSelectedIndex( 
   string text,
   bool ignoreCase
)

パラメータ

text
検索するテキストを示すSystem.String値。
ignoreCase
bool値。検索時に大文字と小文字を区別しない場合はtrue、区別する場合はfalse

戻り値の型

指定したテキストに一致するドロップダウンリスト内の最初のListItemのインデックスを示すint値。一致が見つからなかった場合は-1を返します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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