Micro Focus QTP (UFT) Forums
What is the use of "RawValue Property" - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: What is the use of "RawValue Property" (/Thread-What-is-the-use-of-RawValue-Property)



What is the use of "RawValue Property" - venkatbatchu - 11-15-2009

Hi All,
Could you please explain about the "RawValue Property"

Please explain with some sort of examples...


Thanks,
Venkat.Batchu


RE: What is the use of "RawValue Property" - Saket - 11-16-2009

The raw value is the actual string written in a cell before the cell has been computed, such as the actual text from a formula.

e.g. - suppose you have set a formula as '=Now()' on a specific cell of your datattable to get the current date. and now you need to get the formula at the particular cell. you can use RawValue property to get this formula.

hope this helps