D
Expand Minimize
This topic has not yet been rated - Rate this topic

DisplayGridlines Property

Office XP

True if gridlines are displayed on the specified spreadsheet. The default value is True. Read/write Boolean.

expression.DisplayGridlines

expression   Required. An expression that returns a Window object.

Example

This example hides gridlines on the spreadsheet.

Spreadsheet1.ActiveWindow.DisplayGridlines = False

 

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.