GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid.InputMan 名前空間 > ListItemCollection クラス : Find メソッド |
Public Function Find( _ ByVal value As Object, _ ByVal comparer As IComparer, _ ByVal startIndex As Integer, _ ByVal findTargetColumnIndex As Integer _ ) As Integer
public int Find( object value, IComparer comparer, int startIndex, int findTargetColumnIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | startIndex が -1 未満です。 または startIndex が項目の数 - 1 を超えています。 または findTargetColumnIndex が 0 未満です。 |