Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DataTable.GlobalSheet.DeleteRows
#3
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi,
I am not sure about deleting rows and columns in datatable. but u can delete the rows and cloumns in external file i.e,
1.Let say u want to import a file c:/file1 (it consists of 10 rows and 5 columns)
2.But u dont need all these data so u might be deleting some rows and some coumns which is the datat u dont require (Ex: c.rows(rownumber).delete, c.columns(coulmn number).delete), here c is an object whichu have to create)
3.Do not save this file , just save as file with file2 (After deleting the rows and cloumns then this might be the required one)
4.Now u can import the file2 in global sheet
5.Perfom the operation as u like.....

Please let me know if u need any code related stuff , try for some time to get the soultion and then let me know about this....

'sreekanth chilam' suggested code is for deleting columns i.e parameters only....
Reply


Messages In This Thread
RE: DataTable.GlobalSheet.DeleteRows - by venkatbatchu - 10-29-2009, 06:44 AM
RE: DataTable.GlobalSheet.DeleteRows - by Saket - 10-30-2009, 11:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)