Page 1 of 1

Retrieve the Format applied to a Cell

Posted: Fri Feb 23, 2018 1:36 pm
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.

Re: Retrieve the Format applied to a Cell

Posted: Wed Feb 28, 2018 9:28 am
by larsa
Hello

Use the Cell object. Example: XLS[0].Cell[1,1].FillPatternForeColor

Re: Retrieve the Format applied to a Cell

Posted: Wed Feb 28, 2018 10:33 am
by coheris
Hello larsa,

Thank you !

Best regards.