Search found 2 matches
- Tue Dec 18, 2012 7:54 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSReadWriteII 5 - Another list of changes
- Replies: 2
- Views: 8917
XLSReadWriteII 5 - Another list of changes
Hi I'm working hard to convert a lot of units of my project from version 4 to version 5 of XLSReadWriteII. I list many itens that are not listed in Changes.txt. TXLSReadWriteII5.Font.ColorRGB changed to TXLSReadWriteII5.Font.Color (and we must create a object of type TXc12Color to set this color...)...
- Tue Dec 11, 2012 5:31 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: XLSReadWriteII 5 - IsFormulaCell
- Replies: 1
- Views: 3868
XLSReadWriteII 5 - IsFormulaCell
Hi
I'm trying to convert my source code developed for version 4, and i found a situation without a clear way to change it:
if (Cell[col,row] is TFormulaCell) then
{something}
How can i verify if a specific cell already contains a formula, with the new version ?
Thanks
I'm trying to convert my source code developed for version 4, and i found a situation without a clear way to change it:
if (Cell[col,row] is TFormulaCell) then
{something}
How can i verify if a specific cell already contains a formula, with the new version ?
Thanks