Search

Get Table Value

Last Updated: Dec 2, 2020

Articles

Use this function to get the element of the input row & column number from the input table.

Syntax

Get Table Value(table,row_number,column_number)

Parameters

Input Parameter Name Description
table Data Table Variable
row_number Row Number
column_number Column Number

Returns

Return value Description
Value Returns the searched value from the table

Sample

Get Table Value (Product,2,3)

  • Gets the value of 3rd column, 2nd row element from data table ’Product’

To view all the Table functions, click here.

Did you find what you were looking for?