Retrieve the Format applied to a Cell

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
coheris
Posts: 23
Joined: Fri Feb 16, 2018 4:24 pm

Retrieve the Format applied to a Cell

Post by coheris »

Hello,

In XLSReadWriteII 4, I use FormatIndex to retrieve the format applied to a cell.
As FormatIndex doesn't exist anymore in XLSReadWriteII 6, am I able to do this in a different way ?

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

Re: Retrieve the Format applied to a Cell

Post by larsa »

Hello

Use the Cell object. Example: XLS[0].Cell[1,1].FillPatternForeColor
Lars Arvidsson, Axolot Data
coheris
Posts: 23
Joined: Fri Feb 16, 2018 4:24 pm

Re: Retrieve the Format applied to a Cell

Post by coheris »

Hello larsa,

Thank you !

Best regards.
Post Reply