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.
Retrieve the Format applied to a Cell
Re: Retrieve the Format applied to a Cell
Hello
Use the Cell object. Example: XLS[0].Cell[1,1].FillPatternForeColor
Use the Cell object. Example: XLS[0].Cell[1,1].FillPatternForeColor
Lars Arvidsson, Axolot Data
Re: Retrieve the Format applied to a Cell
Hello larsa,
Thank you !
Best regards.
Thank you !
Best regards.