[]
Finds the value by comparer from the start index.
public int Find(object value, IComparer comparer, int startIndex, int findTargetColumnIndex)
Public Function Find(value As Object, comparer As IComparer, startIndex As Integer, findTargetColumnIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
object | value | The object value to search for. |
IComparer | comparer | The IComparer value that indicates the comparer. |
int | startIndex | The zero-based index of the item before the first item to be searched. |
int | findTargetColumnIndex | The int value of the column to search in. |
Type | Description |
---|---|
int | The index of the item If successful; otherwise, -1. |