Share via


Window.GridlineColor Property

Returns or sets the gridline color as an RGB value.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property GridlineColor As Integer
    Get
    Set
'Usage
Dim instance As Window
Dim value As Integer

value = instance.GridlineColor

instance.GridlineColor = value
int GridlineColor { get; set; }

Property Value

Type: System.Int32

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Excel Namespace