Hi. Below here i have a piece of code. I don't understand the exact meaning of the Type.Missing here. What's its use for?
Thanks in advance.
Code:
objBook.SaveAs("Report Uncertainty.xls", Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Microsoft.Office.Interop.Excel.XlSaveAsAccessMode.xlShared, Type.Missing, Type.Missing, Type.Missing, Type.Missing, Type.Missing);
Comment