HotXLS dokumentacija

Count: Integer;

for

With

begin cnt := Names.Count;

then

for

With Workbook.Sheets[1] do begin
  cnt := Names.Count;
  if cnt > 0 then
     for i := cnt downto 1 do Names[i].Delete;
end;

i := cnt

Names[i].Delete;
end
sąsaja IXLSName
end