SelectRowByKey(int LogId) method
- Last UpdatedSep 20, 2024
- 1 minute read
Use the SelectRowByKey() method to search and select the first row in the grid that matches the specified log_id. If the supplied log_id is not found in the grid, then the row selection is unchanged.
Syntax
SelectRowByKey(int LogId);
Parameters
LogId
Holds an integer value representing a log_id value in the labor_usage table.
Return value
The method returns a Boolean value that is true if the log_id is found in the grid.