I have difficulties trying to insert rows into an existing table object. Here is my code snippet:
string connectionString = \"Provider=Microsoft.ACE.OLEDB.12.0;D
I'm not sure Access C# works the same as Excel, but this worked on a spreadsheet for me. Maybe it could help you?
Table3.ListRows[1].Range.Insert(Excel.XlInsertShiftDirection.xlShiftDown);