SaveCellInfo - Formula

I'm using a virtual grid and I have a formala. In the SaveCellInfo event I would like to save the result of the formala. e.Style.Text gives me the actual formula but I want the result. Thanks.

1 Reply

AD Administrator Syncfusion Team June 5, 2003 10:19 AM UTC

Try e.Style.FormattedText to see if that has what you need. Likely it does, but you can also get it from e.Style.FormulaTag.Text as well. Getting it from FormattedText should force a calculation if needed.

Loader.
Up arrow icon