Search

Get Table Row Count

Last Updated: May 10, 2022

Articles

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

Syntax

Get Table Row Count(table)

Parameters

Input Parameter Name Description
table DataTable Variable

Returns

Return value Description
Count Returns the row count of the table

Sample

Get Table Row Count (InventoryTable)

  • Returns the row count as 10 for the DataTable InventoryTable.

To view all the Table functions, click here.

Did you find what you were looking for?