Last Updated: Dec 2, 2020
Use this function to find the row number of input data in the input table.
Search data in Table (table_name, data)
Input Parameter Name | Description |
---|---|
table | Data Table Variable |
data | Data to be searched in the table |
Return value | Description |
---|---|
Row_number | Returns the row in which data is present |
Search data in Table (Product, AppleIPhone)
To view all the Table functions, click here.