Skip to Content
InterfacesISheetDataValidatorStatusChangedEvent

Interface: ISheetDataValidatorStatusChangedEvent

Event interface triggered when a data validation status changes ISheetDataValidatorStatusChangedEvent

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

column

number

Column index of the validated cell

row

number

Row index of the validated cell

rule

FDataValidation

The validation rule that was checked

status

DataValidationStatus

Current validation status

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet containing the validation