10-28-2009, 11:59 PM
Hi,
Not sure about DataTable.GlobalSheet.DeleteRows. let us know where did u find about the above.
But deletion of columns(fields) is possible.
Syntax : DTSheet.DeleteParameter(ParameterID/Name)
Not sure about DataTable.GlobalSheet.DeleteRows. let us know where did u find about the above.
But deletion of columns(fields) is possible.
Syntax : DTSheet.DeleteParameter(ParameterID/Name)
Code:
Example : DataTable.GetSheet("dtGlobalSheet").DeleteParameter("Place")