In addition to the above suggestion (that simply hides the Comments label row without deleting the content), if you want to actually delete the contents of the Comments without hiding the Comment row, you can run this command:
for (int nn = 1; nn <= wks.ncols; nn++) { wcol(nn)[C]$=""; }
Thanks,
Chris Drozdowski
Originlab Technical Support