about SheetProtection
Posted: Thu Jul 28, 2011 3:16 am
I want to remove Protection of a xls file,
My Code:
xls1.Filename := 'c:\aa.xls';
xls1.Read;
xls1.Sheets[0].SheetProtection := [];
xls1.Write;
it seems not work.
why?
delphi xe & xlsreadwrite II 4.0053
My Code:
xls1.Filename := 'c:\aa.xls';
xls1.Read;
xls1.Sheets[0].SheetProtection := [];
xls1.Write;
it seems not work.
why?
delphi xe & xlsreadwrite II 4.0053