Skip to Content
InterfacesIBeforeSheetCommentAddEvent

Interface: IBeforeSheetCommentAddEvent

Event interface triggered before a comment is added to a sheet IBeforeSheetCommentAddEvent

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

col

number

Column index for the new comment

comment

FTheadCommentItem

The comment item to be added

row

number

Row index for the new comment

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet where the comment will be added