RowHeight calculation

Hello,

I have to insert into the grid (TAdvStringGrid) memos with different number of lines. This way height of rows is different for each of memos. How to calculate Row Height ?

Thanks
Michal

Easiest would be to call grid.AutoSizeRows()

It works

Thanks
Michal