SelectRowByKey(Int32,String) method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the SelectRowByKey(Int32,String) method to select a row in the grid using the specified parameters. If a row for the specified parameter is not found in the grid, then the row selection is unchanged.
Syntax
result = SelectRowByKey(StepNo, SpecId);
Parameters
StepNo
An integer value that represents a step_no value from the job_spec table.
SpecId
A string value that represents a spec_id value from the job_spec table.
Return Value
result
A Boolean value that is True, if a match is found; otherwise it returns False.