Last Updated: Dec 2, 2020
Use this function to search the input text in the input table, starting from the row & column numbers given as input.
Search Value From Table(table,start_row_number, start_column_number,text)
Input Parameter Name | Description |
---|---|
table | Data Table Variable |
start_row_number | Row Number to start search from |
start_column_number | Column Number to start search from |
text | text to search for |
Return value | Description |
---|---|
table | Returns the table of files and their associated properties |
Search Value From Table (Product,3,5,Nokia)
To view all the Table functions, click here.