GetRowCount

Gets the number of DataRows in the DataTable.

Syntax

Function getRowCount() As Integer 

Parameters

  • None

Results

Returns the number of DataRows in the DataTable.

Example

Dim nRowCount As Integer 
nRowCount = dataTable.getRowCount