how to move entire existing excel range to one row down using interop in C#?
I need to add a header in 1st row of existing excel which has only data.I want to move the entire rangel one setup down programatically in C#.
I saw moving a cell stuff,but moving the entrire range was not clear. could you please help me with it.