SyntaxFix
Write A Post
Hire A Developer
Questions
Using the Interop you get a range of cells and call the .Merge() method on that range.
.Merge()
eWSheet.Range[eWSheet.Cells[1, 1], eWSheet.Cells[4, 1]].Merge();