GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow.InputMan 名前空間 > GcComboBoxCell クラス > FindString メソッド : FindString(String,Int32,Int32) メソッド |
Public Overloads Function FindString( _ ByVal s As String, _ ByVal startIndex As Integer, _ ByVal findTargetColumnIndex As Integer _ ) As Integer
public int FindString( string s, int startIndex, int findTargetColumnIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | startIndex が -1 未満です。 もしくは startIndex が(アイテム数 -1)を超えています。 もしくは findTargetColumnIndex が 0 未満です。 |