Gridlines in excel through interop -


Any ideas where the setting is hidden from Excel 2003 to close the gridline while using Excel?

The displaygridlines are a method on an Excel window object. For example:

  ActiveWindow.DisplayGridlines = true  

Comments