TAdvStringGrid LoadFromCSV

Hi,
I'm using this component and loading CSV file with the success,
but after loading the file, first row and first column are fixed. I real need fixed headers and fixed left column to the left of imported strings.
Probably there is some option to put the strings into not fixed area? Couldn't find it.

Andy

It is explained in the PDF dev guide
http://www.tmssoftware.biz/download/manuals/TMS%20TAdvStringGrid%20Developers%20Guide.pdf page 9 what can be done with grid.SaveFixed* properties.

Oh, yeah!.

That works!

Thank you