Skip to Content
InterfacesIGridlineChangedEvent

Interface: IGridlineChangedEvent

Interface for gridline change event Triggered when gridline visibility or color changes in a worksheet

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

color

string

The color of the gridlines, undefined if using default color

enabled

boolean

Flag indicating whether gridlines are enabled or disabled

workbook

FWorkbook

The workbook instance containing the worksheet

worksheet

FWorksheet

The worksheet where gridline changes occurred