GrapeCity.Win.Editors.v80 アセンブリ > GrapeCity.Win.Editors 名前空間 > GcListBox クラス > 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が有効な値の範囲から外れています。 |
System.ArgumentOutOfRangeException | findTargetColumnIndex が範囲外です。 |