GetColumnCount

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

構文

Function getColumnCount() As Integer 

パラメータ

  • なし

結果

列の数を返します。

Dim nColumnCount As Integer
nColumnCount = dataRow.getColumnCount()