GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > GcComboBox クラス > FindString メソッド : FindString(String,Int32,String) メソッド |
'Declaration
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 は有効なTextFormatではありません。 |