Skip to Content
InterfacesISheetCommentAddEvent

Interface: ISheetCommentAddEvent

Event interface triggered after a comment is added to a sheet ISheetCommentAddEvent

Extends

  • IEventBase

Properties

PropertyTypeDescriptionInherited from

cancel?

boolean

Flag to cancel the event if supported

IEventBase.cancel

col

number

Column index of the comment

comment

FThreadComment

The added comment object

row

number

Row index of the comment

workbook

FWorkbook

The workbook instance

worksheet

FWorksheet

The worksheet where the comment is added