FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.GetCellComment Method

Returns the comment at cell (Row, Column)

Pascal
function GetCellComment(Row: integer; Col: integer): UTF16String;
C++
__fastcall UTF16String GetCellComment(int Row, int Col);
Parameters 
Description 
Row: integer 
Row of the cell where the comment is. 
Col: integer 
Column of the cell where the comment is. 

Use this method to read the comment at a given cell.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!