GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow.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 未満です。 |