Get the comments for the current cell.

Call:

excel_request("comment", "get", string &scomment);


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


Example.

string comment;
excel_request("comment","get", scomment);
cout << comment;