指定したテキストに一致するドロップダウンリスト内の最初の<see cref="T:GrapeCity.Win.Spread.InputMan.CellType.ListItem" />のインデックスを検索します。
'Declaration
Protected Function FindFirstMatchedAndCanBeSelectedIndex( _
ByVal As String, _
ByVal As Boolean _
) As Integer
protected int FindFirstMatchedAndCanBeSelectedIndex(
string ,
bool
)
パラメータ
- text
- テキストの回転を示すSystem.String値。
- ignoreCase
- <b>bool</b>値。検索時に大文字と小文字を区別しない場合はtrue、区別する場合は<b>false</b>。
戻り値の型
指定したテキストに一致するドロップダウンリスト内の最初の<see cref="T:GrapeCity.Win.Spread.InputMan.CellType.ListItem" />のインデックスを示す<b>int</b>値。一致が見つからなかった場合は-1を返します。