9
Answers

How to convert the below lines from VB to C#

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)