Posts: 240
Threads: 38
Joined: Jun 2009
Reputation:
0
11-15-2009, 10:29 AM
Hi All,
Could you please explain about the "RawValue Property"
Please explain with some sort of examples...
Thanks,
Venkat.Batchu
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
11-16-2009, 10:39 AM
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