1
Answer

Convert below VB to C#

eSHEET.Rows(eBOOK.ActiveSheet.Cells.SpecialCells(Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeLastCell).Row + 1).Select();


how to convert the above line to c#

Answers (1)