9
Answers

How to convert the below lines from VB to C#

Photo of Gomathi Palaniswamy

Gomathi Palaniswamy

13y
6.4k
1
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)