02-26-2010, 10:39 AM
Hi,
I was trying use the below code to set values in DataTable
But i am getting error "The set DataTable.Value operation failed. The <A> column does not exist."
When i renamed this column it worked.
Is it the displayed column names in the DataTable are not really the column names like in excel sheet??? Because when i renamed this column to "A" (which was already getting displayed in DataTable) it worked.
I was trying use the below code to set values in DataTable
Code:
DataTable("A", Action1") = 2010
When i renamed this column it worked.
Is it the displayed column names in the DataTable are not really the column names like in excel sheet??? Because when i renamed this column to "A" (which was already getting displayed in DataTable) it worked.