Skip to Content
InterfacesIBeforeSheetDataValidationAddEvent

Interface: IBeforeSheetDataValidationAddEvent

Event interface triggered before adding a new data validation rule IBeforeSheetDataValidationAddEvent

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

rule

ISheetDataValidationRule

The validation rule to be added

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet to add the validation to