Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
delete rows
#1
is there method to delete (remove completly rather than just delete the contents) using the ExcelSheet?
#2
Code:
Copy      Help
;deletes row 2
ExcelSheet es.Init
Excel.Range r=es.ws.Rows.Item(2)
r.Delete


Forum Jump:


Users browsing this thread: 1 Guest(s)