Method TXlsWorkSheet.DeleteRows does not work
Posted: Fri Nov 01, 2013 11:49 pm
Hello Lars,
I stumbled on a other problem, the DeleteRows does not seem to work.
You can reuse the sample i send to you, just replace the (only) line in the TfrmMain.btnCopyClick with this.
XLS[0].InsertRows(10, 5);
XLS[0].InsertRows(10, 5);
XLS[0].DeleteRows(10, 5);
XLS[0].DeleteRows(10, 5);
Regards,
Marius
I stumbled on a other problem, the DeleteRows does not seem to work.
You can reuse the sample i send to you, just replace the (only) line in the TfrmMain.btnCopyClick with this.
XLS[0].InsertRows(10, 5);
XLS[0].InsertRows(10, 5);
XLS[0].DeleteRows(10, 5);
XLS[0].DeleteRows(10, 5);
Regards,
Marius