Hi there!
We are using WinForms 12.1 and are having problems with retrieving the correct value for certain cells with formulas.
For example the formula TEXT(B2;"tt.MM.jjjj") with ("01.04.2013") displayed in cell B2, will return "tt.04.jjj" as calculated value using WorksheetCell.Value, whereas in Excel this value will resolve correctly to "01.04.2013".
Is it not possible to resolve text formatting formulas with the infragistics Excel engine?
Thanks for your help!
Janina
Hello Janina,
As our documentation states:
"If a forumula has been applied to a cell or a dta table is associated with the cell, getting the Value will return the calculated value of the cell."
If you wish to retrieve the cell text you can try using the GetText Method.
Let me know if you have any questions regarding this matter.
Hello Michael!Thanks for your quick reply. Unfortunately neither the 'Value' nor the 'GetText()' method returns the correct value.
Please find attached a small example. The output on my system:
A2 should be '01.04.2013'Value: tt.04.jjjjGetText(): tt.04.jjjjA2 should be '30.09.2013'Value: tt.09.jjjjGetText(): tt.09.jjjj