使用
傳回表格中現行橫列數目。
格式
int dtw_table_Rows(void *table)
參數
範例
void *myTable; int currentRows; currentRows = dtw_table_Rows(myTable);