Window.GridlineColorIndex property (Excel)
Returns or sets the gridline color as an index into the current color palette or as an XlColorIndex constant.
Syntax
expression.GridlineColorIndex
expression A variable that represents a Window object.
Remarks
Set this property to xlColorIndexAutomatic to specify the automatic color.
Example
This example sets the gridline color in the active window to blue.
ActiveWindow.GridlineColorIndex = 5
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.