Skip to Content
InterfacesISheetCreatedEventParams

Interface: ISheetCreatedEventParams

Interface for event parameters triggered after a worksheet is created Extends the base event interface and includes workbook and worksheet details

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The newly created worksheet