How Can I Add Columns to Excel Worksheet Using Interop -
04-25-2007
, 08:54 PM
I am writing a C# application that programmatically creates and populates an
Excel spreadsheet using the Excel Interop facilities.
My question is this: How can I programmatically add columns to my worksheet?
Let's say I have data in columns A-D, but I want to add 2 new columns just to
the right of column C. How would I do that?
Thanks! |