Search

Search Value From Table

Articles

Use this function to search the input text in the input table, starting from the row & column numbers given as input.

Syntax

Search Value From Table(table,start_row_number, start_column_number,text)

Parameters

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

Returns

Return value Description
table Returns the table of files and their associated properties

Sample

Search Value From Table (Product,3,5,Nokia)

  • Searches for text ‘Nokia’ in data table ’Product’ starting from row number 3 & column number 5.

To view all the Table functions, click here.

Did you find what you were looking for?