GetRowCount

DataTable にある DataRow の数を取得します。

構文

Function getRowCount() As Integer 

パラメータ

  • なし

結果

DataTable にある DataRow の数を返します。

Dim nRowCount As Integer 
nRowCount = dataTable.getRowCount