Method TryGetRowFromCode
TryGetRowFromCode(string, out Row, Row, bool)
Finds first row of the table with given code.
Declaration
public bool TryGetRowFromCode(string code, out Catalog.Table.Row foundRow, Catalog.Table.Row startRow = null, bool backScan = false)
Parameters
Type | Name | Description |
---|---|---|
string | code | Code to search. |
Catalog.Table.Row | foundRow | When this method returns, contains the
first matching row, or |
Catalog.Table.Row | startRow | A row from which the search begins. You
can pass |
bool | backScan | Indicates whether the search should be performed from the given start row in backward direction (to the top of the table). |
Returns
Type | Description |
---|---|
bool |
|