FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.SetCellComment Method (integer, integer, UTF16String)

Assigns/deletes the comment on a given cell.

Pascal
procedure SetCellComment(Row: integer; Col: integer; const Value: UTF16String); overload;
C++
__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!