Properties of a cell in a fmxgrid

Hello everyone,
I would like to know how to retrieve the properties of a cell, i.e. the font used, the font color, the size of the font

Thank you in advance

Dear Mr. Riviere,

How did you configure fonts? You can use the TMSFMXGrid1.Font* properties to set and get cell properties related to fonts, for example: TMSFMXGrid1.FontSizes[ACol, ARow]

Ok, thanks Pieter, it's working.