GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcComboBox クラス > FindStringExact メソッド : FindStringExact(String,Int32,String) メソッド |
'宣言
Public Overloads Function FindStringExact( _ ByVal s As String, _ ByVal startIndex As Integer, _ ByVal textFormat As String _ ) As Integer
public int FindStringExact( string s, int startIndex, string textFormat )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | startIndex が範囲外です。 |
System.ArgumentException | textFormat は有効なTextFormatではありません。 |
このメソッドによる検索は循環しません。startIndexパラメーター自体がコレクションの最後のインデックスと等しい場合は例外がスローされます。