Set comments for the current cell.

Call:

excel_request("comment", "set", string comment);


Here: scomment - string value of the comment to the cell.


Example.

string scomment = "This is a cell comment\n in two lines";
excel_request("comment","set", scomment);