Any idea where the setting is hiding for turning gridlines off while using excel 2003 from interop?
DisplayGridlines is a method on an Excel Window object. For example:
ActiveWindow.DisplayGridlines = true