2
Answers

objExcel = CreateObject("Excel.Application") in c#

How to convert

objExcel = CreateObject(

its in vb..how it will be used in c#?

"Excel.Application") this line to c#
Answers (2)