XLSReadWriteII 5 - IsFormulaCell
Posted: Tue Dec 11, 2012 5:31 pm
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