GetRowCount

Obtiene la cantidad de DataRows (Filas de datos) en DataTable.

Sintaxis

Function getRowCount() As Integer 

Parámetros

  • Ninguno

Resultados

Arroja la cantidad de DataRows (Filas de datos) en DataTable.

Ejemplo

Dim nRowCount As Integer 
nRowCount = dataTable.getRowCount