Gomathi Palaniswamy

Gomathi Palaniswamy

  • NA
  • 3.5k
  • 2.2m

How to convert the below lines from VB to C#

Dec 13 2011 5:01 AM
eSHEET = CType(eBOOK.ActiveSheet,Microsoft.Office.Interop.Excel.Worksheet)

eSHEET.Cells.Range("A2", "v500").Copy()


how to convert the above lines to c#.

Answers (9)