GetColumnCountFromRow

列の数を取得します。

構文

int	 getColumnCountFromRow(DataRow* dataRow ) 

パラメータ

  • DataRow - この関数で操作する DataRow。

結果

列の数を返します。

//Assume that the dataRow is given here
int nColumnCount ;
nColumnCount = getColumnCountFromRow (dataRow );