Formula value

If you type a formula in a grid cell then move to another cell. The cell display the value of the formula. The Text property holds the formula. My question is what property can be used to retrieve the result of the formula. Thank you for help. J. Sun

3 Replies

AD Administrator Syncfusion Team May 3, 2005 06:50 PM UTC

Try grid[row,col].FormattedText.


JS J. Sun May 3, 2005 08:28 PM UTC

No. It does not work. FormattedText returns the same string (the formula) as the Text property. I need the property for the result or the value of the formula. Thank you >Try grid[row,col].FormattedText.


AD Administrator Syncfusion Team May 3, 2005 10:20 PM UTC

It works for me in this sample. http://www.syncfusion.com/Support/user/uploads/GC_WoodWrap_c0e61e93.zip What are you doing differently? Can you modify this sample so it shows the problem?

Loader.
Up arrow icon