使用
傳回表格中現行直欄數目。
格式
int dtw_table_Cols(void *table)
參數
範例
void *myTable; int currentColumns; currentColumns = dtw_table_Cols(myTable);