使用
在指定的橫列後,插入一列或多列。
格式
int dtw_table_InsertRow(void *table, int after_row, int rows)
參數
範例
void *myTable; rc = dtw_table_InsertRow(myTable, 3, 10);