GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid.InputMan 名前空間 > ListItemCollection クラス : FindString メソッド |
Public 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 未満です。 |