|
FlexCel Studio for VCL/LCL
|
Returns the comment at cell (Row, Column)
function GetCellComment(Row: integer; Col: integer): UTF16String;
__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!
|