[]
        
(Showing Draft Content)

C1.Win.List.C1List.Find

Find Method

Find(string, MatchCompareEnum, bool, int, int)

Searches a string in a specific column.

Declaration
public int Find(string target, MatchCompareEnum searchMode, bool includeStart, int startBmk, int colIndex)
Public Function Find(target As String, searchMode As MatchCompareEnum, includeStart As Boolean, startBmk As Integer, colIndex As Integer) As Integer
Parameters
Type Name Description
string target

The target string.

MatchCompareEnum searchMode

Comparation mode.

bool includeStart

Start search from the first row.

int startBmk

The start row to search.

int colIndex

The column index to search.

Returns
Type Description
int

Find(string, MatchCompareEnum, bool, int, string)

Searches a string in a specific column.

Declaration
public int Find(string target, MatchCompareEnum searchMode, bool includeStart, int startBmk, string fieldName)
Public Function Find(target As String, searchMode As MatchCompareEnum, includeStart As Boolean, startBmk As Integer, fieldName As String) As Integer
Parameters
Type Name Description
string target

The target string.

MatchCompareEnum searchMode

Comparation mode.

bool includeStart

Start search from the first row.

int startBmk

The start row to search.

string fieldName

The column to search specified by the field name.

Returns
Type Description
int