Hi,
I don't know if this should go here. This is about documents of the product. I was trying to find out any method that can give me the number of sheets in a loaded xls file. By looking at the help chm file, the property Count of Sheets is not there. But I have learned someone used that to get the sheet number. It compiles. It looks like the help documents that released along with the product are neither updated nor completely covered everything. I am wondering if the updated documents are available somewhere.
If someone knows where I can get the latest documents, that will be great helpful!
Lots of appreciation!
Gene.
Help Documents for XLAReadWriteII4.
Re: Help Documents for XLAReadWriteII4.
Hello
TSheets inherits from TCollection, that is a part of Delphi. The Count method belongs to TCollection and is hence not in the components documentation. See Delphi docs for info about TCollection.
TSheets inherits from TCollection, that is a part of Delphi. The Count method belongs to TCollection and is hence not in the components documentation. See Delphi docs for info about TCollection.
Lars Arvidsson, Axolot Data