FlexCel 3.3 and cell comments

Hi,

Using FlexCel 3.3, is it possible to tell if a specific cell has a comment?

Here's my problem:
I need to pull in any comments that are in column A.  

Some cells in column A don't have a comment, but there might be a comment on column J of that row, so I can't just use CommentsCount to know whether to use the comment or not.  I need some way of differentiating between a comment based on cell.

Any suggestions would be appreciated.

I think you can use:

FlexCelImport.GetCellComment(Row, Col: integer)

Regards,
   Adrian.

Perfect!


I couldn't see it past FlexCelImport.Comments[];

Thanks!