MESCIUS SPREAD for Windows Forms 17.0J
FindFirstMatchedAndCanBeSelectedIndex メソッド

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

パラメータ

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

戻り値の型

指定したテキストに一致するドロップダウンリスト内の最初の<see cref="T:GrapeCity.Win.Spread.InputMan.CellType.ListItem" />のインデックスを示す<b>int</b>値。一致が見つからなかった場合は-1を返します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


© MESCIUS inc. All rights reserved.