Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 766 Bytes

Excel.Window.GridlineColor.md

File metadata and controls

37 lines (23 loc) · 766 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.GridlineColor property (Excel)
vbaxl10.chm356093
vbaxl10.chm356093
Excel.Window.GridlineColor
d2d35a5c-cc5c-4547-a22d-78fe2ef11073
05/21/2019
medium

Window.GridlineColor property (Excel)

Returns or sets the gridline color as an RGB value. Read/write Long.

Syntax

expression.GridlineColor

expression A variable that represents a Window object.

Example

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]