Method GetRowFromName
GetRowFromName(string, Row, bool)
Finds first row of the table with given name.
Declaration
public Catalog.Table.Row GetRowFromName(string name, Catalog.Table.Row startRow = null, bool backScan = false)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name to search (in current language set for the application). |
Catalog.Table.Row | startRow | 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 |
---|---|
Catalog.Table.Row | First matching row, or |
Remarks
Note: you can use this method to find an article by its reference number.