Skip to Content
InterfacesIBeforeSheetCreateEventParams

Interface: IBeforeSheetCreateEventParams

Interface for event parameters triggered before creating a new worksheet 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

index?

number

Optional index where the new sheet will be inserted

sheet?

IWorksheetData

Optional initial worksheet data

workbook

FWorkbook

The workbook instance