|
FlexCel Studio for VCL/LCL
|
Assigns/deletes the comment on a given cell.
procedure SetCellComment(Row: integer; Col: integer; const Value: UTF16String); overload;
__fastcall SetCellComment(int Row, int Col, const UTF16String Value);
|
Parameters |
Description |
|
Row: integer |
Row of the cell with the comment (1 based). |
|
Col: integer |
Column of the cell with the comment (1 based). |
|
const Value: UTF16String |
String with the comment. |
If you assign an empty string, the comment on the cell will be deleted.
In this version of the method the box for the comment will be standard size, the same Excel creates by default.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|