Share via


WorksheetView.DisplayGridlines Property

Excel Developer Reference

True if gridlines are displayed. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.DisplayGridlines

expression   A variable that represents a WorksheetView object.

Remarks

This property applies only to worksheets and macro sheets.

This property affects only displayed gridlines. Use the PrintGridlines property to control the printing of gridlines.

See Also