Skip to Content
InterfacesISheetDataValidatorStatusChangedEvent

Interface: ISheetDataValidatorStatusChangedEvent

Event interface triggered when a data validation status changes ISheetDataValidatorStatusChangedEvent

Extends

  • IEventBase

Properties

PropertyTypeDescription

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