I have opened Excel file in my C# WinForm Application adding reference to Microsoft.Office.Interop.Excel.dll and using DSO FRAMER CONTROL. But i want to open my exc
Microsoft.Office.Interop.Excel.dll
Call theOpen method with third parameter (ReadOnly) = true.
Open
ReadOnly
true
See MSDN documentation :
ReadOnly Optional Object. True to open the workbook in read-only mode.