NameAsCell - missing in XLSReadWriteII 5?

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
kayeng
Posts: 5
Joined: Mon Dec 21, 2015 4:48 am

NameAsCell - missing in XLSReadWriteII 5?

Post by kayeng »

Hi,

In XLSReadWriteII 4, I was able to write this code:

Code: Select all

   XLS.NameAsCell["MyCellName'].NumberFormat := '[$£-809]#,##0.00;[RED]-[$£-809]#,##0.00'
In XLSReadWriteII 5, how do I obtain the cell by name and then apply the required format?

Thanks for your help.

Cheers,
Kaye.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: NameAsCell - missing in XLSReadWriteII 5?

Post by larsa »

Hello

The NamaAsCell property is not available in version 5. Please study the NamedCells sample for info on using named cells.
Lars Arvidsson, Axolot Data
Post Reply