Changes from V4

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
johnd
Posts: 3
Joined: Mon May 16, 2011 8:57 am

Changes from V4

Post by johnd »

I am trying out version 5 with Delphi XE7 and find that the XLS.Sheets.Count property that I used to use does not appear to exist. (XLS:=TXLSREADWriteII5.Create(Nil)) It would be appreciated if someone could tell me what I need to use instead of the Count property when determining the number of sheets (Tabs) in a spreadsheet. Thanks.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Changes from V4

Post by larsa »

Hello

Use: XLS.Count
Lars Arvidsson, Axolot Data
Post Reply