Any idea where the setting is hiding for turning gridlines off while using excel 2003 from interop?
using Excel = Microsoft.Office.Interop.Excel; Excel.Application oXL; oXL.Windows.get_Item(1).DisplayGridlines = false;