title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Window.GridlineColor property (Excel) |
vbaxl10.chm356093 |
|
|
d2d35a5c-cc5c-4547-a22d-78fe2ef11073 |
05/21/2019 |
medium |
Returns or sets the gridline color as an RGB value. Read/write Long.
expression.GridlineColor
expression A variable that represents a Window object.
This example sets the gridline color in the active window in Book1.xls to red.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.GridlineColor = RGB(255,0,0)
[!includeSupport and feedback]