09-13-2012, 03:11 PM
Hi kriday,
Correct syntax for using value property is
DataTable.Value (ParameterID[,SheetID])
--It retrieves or sets the value of the cell in the specified parameer and the current row of the run-time data table.
Ex: DataTable.Value ("ColumnName","Global")
Here, ColoumnName is the name of the column in data table
and Global is the sheet name.
Hope it vl work....!
Regards,
Sibi C A
Correct syntax for using value property is
DataTable.Value (ParameterID[,SheetID])
--It retrieves or sets the value of the cell in the specified parameer and the current row of the run-time data table.
Ex: DataTable.Value ("ColumnName","Global")
Here, ColoumnName is the name of the column in data table
and Global is the sheet name.
Hope it vl work....!
Regards,
Sibi C A