HotXLS Belgeleri
İçindekiler
Ana sayfa
Genel bakış
TGridToXLS
IXLSWorkbook
Ana sayfa
İçindekiler
Genel bakış
Count özellik
Döndürür the number of defined names in the collection. Read only Integer
Sözdizimi
property Count: Integer;
Örnek
This example deletes all the defined names from the Worksheet one
With Workbook.Sheets[1] do begin
cnt := Names.Count;
if cnt > 0 then
for i := cnt downto 1 do Names[i].Delete;
end;
Ayrıca bkz.
arayüzü IXLSName
IXLSNames.Itemözellik
IXLSWorkbook.Namesözellik
TXLSWorksheet.Namesözellik
Copyright © 2010-2026 losLab Software