I need to insert a row into an Excel spreadsheet using C#. I get a
reference to the app, the workbook, the sheet. When I attempt to call
Insert, I keep getting errors, probably because I'm not certain what the
args are (and cannot find any documentation to help). I supplied the 2 args
as I thought were correct ( Microsoft.Offic e.Inerop.Excel. XlDirection.xlU p,
row_num ), but these don't seem correct. Can anyone please help or point me
to a valid Web source?
TIA,
Tim
reference to the app, the workbook, the sheet. When I attempt to call
Insert, I keep getting errors, probably because I'm not certain what the
args are (and cannot find any documentation to help). I supplied the 2 args
as I thought were correct ( Microsoft.Offic e.Inerop.Excel. XlDirection.xlU p,
row_num ), but these don't seem correct. Can anyone please help or point me
to a valid Web source?
TIA,
Tim
Comment