I am using Excel from Mathematica through .NET/Link (specifically using the COM interface).
The following C# code adds a sheet after the last sheet:
workbook.Sheets.Add(After: workbook.Sheets.Count); How can I use named arguments (After: in the example above) in .NET/Link to do the same?
Workbooks("book1").Close SaveChanges:=Falsewould be very helpful to manipulate notebooks more easily. $\endgroup$