Search

Get Table Row Count

Articles

Use this function to get the row count of the input table.

Syntax

Get Table Row Count(table)

Parameters

Input Parameter Name Description
table Data Table Variable

Returns

Return value Description
Count Returns the row count of the table

Sample

Get Table Row Count (Product)

  • Gets the row count in data table ’Product’ . Say if ’Product’ table has 10 rows, this function will return 10.

To view all the Table functions, click here.

Did you find what you were looking for?