Prohibit the export of certain columns of the table. The inhibit made by a previous call to this function is cancelled. You can list as many columns as you like, you can not in a row.

Call:

ts_table(iTableDescr,"resetofffromexport",int col1, int col2);
ts_table(iTableDescr,"resetofffromexport",string col1name, string col2name,...);


Here:

col1,col2 - column numbers (index from 0).

col1name, col2name - column names.