Window.GridlineColorIndex Property

Definition

Returns or sets the gridline color as an index into the current color palette or as an XlColorIndex constant.

public:
 property Microsoft::Office::Interop::Excel::XlColorIndex GridlineColorIndex { Microsoft::Office::Interop::Excel::XlColorIndex get(); void set(Microsoft::Office::Interop::Excel::XlColorIndex value); };
public Microsoft.Office.Interop.Excel.XlColorIndex GridlineColorIndex { get; set; }
Public Property GridlineColorIndex As XlColorIndex

Property Value

Remarks

Set this property to xlColorIndexAutomatic to specify the automatic color.

Applies to