Skip to Content
InterfacesIBeforeSheetNameChangeEvent

Interface: IBeforeSheetNameChangeEvent

Interface for before sheet name change event Contains information about the planned sheet name change

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

newName

string

The new name to be applied

oldName

string

The current name of the sheet

workbook

FWorkbook

The workbook instance containing the worksheet

worksheet

FWorksheet

The worksheet whose name will be changed