RawValue Property
Description
The raw value of the cell in the current row of the parameter in the design-time or run-time data table. 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.
Syntax
DTParameter.RawValue
Example
The following example uses the RawValue property to find the formula used in the current row of the Date column in the ActionA sheet of the design-time or run-time data table. The statement below returns the value: =NOW()
FormulaVal=DataTable.GetSheet("ActionA").GetParameter("Date").RawValue