GetColumnCount

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

構文

Function getColumnCount() As Integer 

パラメータ

  • なし

結果

列の数を返します。

Dim nColumnCount As Integer 
nColumnCount = dataTable.getColumnCount()