You've already forked lazarus-ccr
fpspreadsheet: Temporarily activate all WorksheetGrid's AutoExpand modes during file loading (see forum http://forum.lazarus.freepascal.org/index.php/topic,34276.msg224096/topicseen.html#new).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5241 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -100,12 +100,6 @@ procedure TMainForm.FormCreate(Sender: TObject);
|
||||
var
|
||||
priorityFormats: Array[0..7] of TsSpreadFormatID;
|
||||
begin
|
||||
{
|
||||
Grid.RowCount:=2;
|
||||
Grid.ColCount:=2;
|
||||
Grid.AutoExpand:= [];
|
||||
}
|
||||
|
||||
priorityFormats[0] := ord(sfOOXML);
|
||||
priorityFormats[1] := ord(sfExcel8);
|
||||
priorityFormats[2] := ord(sfExcel5);
|
||||
|
Reference in New Issue
Block a user