[]
        
(Showing Draft Content)

C1.Win.C1List.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)
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)
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