GrapeCity.Win.Editors.v80 アセンブリ > GrapeCity.Win.Editors 名前空間 > GcComboBox クラス > FindString メソッド : FindString(String,Int32,String) メソッド |
Public Overloads Function FindString( _ ByVal s As String, _ ByVal startIndex As Integer, _ ByVal textFormat As String _ ) As Integer
public int FindString( string s, int startIndex, string textFormat )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | startIndexが有効な値の範囲から外れています。 |
System.ArgumentException | textFormatが有効なテキスト書式ではありません。 |