Hi
With TStringGrid, it 's possible to access directly to a cell with a ligne like
Grid.Cells[Col,Row]:=ChaineTemp;
How can I do the same thing with FPSpreadsheet? I want to to use tsworksheetgrid. On a web site, II saw a line
with a function writenumber(x,y,number). But it's a methode of tsworksheet.
So Im lost !!!
Can you help me?
Thanks