GetRowCount

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

構文

public int getRowCount() 

パラメータ

  • なし

結果

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

int rowCount = dataTable.getRowCount();