Excel.EventType enum

Remarks

[ API set: ExcelApi 1.7 ]

Fields

agaveVisualUpdate = "AgaveVisualUpdate"

AgaveVisualUpdate represents the type of an event that is associated with an agave visual and carries a new data view following a data change.

annotationAdded = "AnnotationAdded"
chartActivated = "ChartActivated"

ChartActivated represents the type of event registered on a Chart or ChartCollection and occurs when a chart activates.

chartAdded = "ChartAdded"

ChartAdded represents the type of event registered on a ChartCollection and occurs when a new chart is added to the worksheet.

chartDeactivated = "ChartDeactivated"

ChartDeactivated represents the type of event registered on a Chart or ChartCollection and occurs when a chart deactivates.

chartDeleted = "ChartDeleted"

ChartDeleted represents the type of event registered on a ChartCollection and occurs when a chart is deleted from the worksheet.

commentAdded = "CommentAdded"

CommentAdded represents the type of event that is registered on a comment collection and occurs when comments are added.

commentChanged = "CommentChanged"

CommentChanged represents the type of event that is registered on a comment collection and occurs when comments are changed.

commentDeleted = "CommentDeleted"

CommentDeleted represents the type of event that is registered on a comment collection and occurs when comments are deleted.

linkedDataTypeLinkedDataTypeAdded = "LinkedDataTypeLinkedDataTypeAdded"

LinkedDataTypeAdded represents the type of event registered on a LinkedDataType and occurs when a new linked data type is added to the workbook.

linkedDataTypeRefreshModeChanged = "LinkedDataTypeRefreshModeChanged"

RefreshModeChanged represents the type of event registered on a LinkedDataType and occurs when the linked data type refresh mode is changed.

linkedDataTypeRefreshRequestCompleted = "LinkedDataTypeRefreshRequestCompleted"

RefreshRequestCompleted represents the type of event registered on a LinkedDataType and occurs when a request to refresh a data source is completed.

linkedWorkbookRefreshCompleted = "LinkedWorkbookRefreshCompleted"

WorkbookLinksRefreshCompleted represents the type of event registered on a linked Workbook and occurs when a linked workbook completes a refresh.

linkedWorkbookWorkbookLinksChanged = "LinkedWorkbookWorkbookLinksChanged"

WorkbookLinksChanged represents the type of event which is fired when a workbook link is changed.

rangeValuesPreviewDismissed = "RangeValuesPreviewDismissed"

RangeValuesPreviewDismissed represents the type of event registered when a RangeValuePreview is dismissed.

ribbonCommandExecuted = "RibbonCommandExecuted"

RibbonCommandExecuted represents the type of event registered on the ribbon and occurs when a user clicks on the ribbon

shapeActivated = "ShapeActivated"

ShapeActivated represents the type of event that is registered on a Shape and occurs when the shape activates.

shapeDeactivated = "ShapeDeactivated"

ShapeDeactivated represents the type of event that is registered on a Shape and occurs when the shape deactivates.

tableAdded = "TableAdded"

TableAdded represents the type of event registered on a TableCollection and occurs when a table is added.

tableChanged = "TableChanged"

TableChanged represents the type of event registered on a Table and occurs when data changes.

tableDeleted = "TableDeleted"

TableDeleted represents the type of event that is registered on a TableCollection and occurs when a table is deleted.

tableFiltered = "TableFiltered"

TableFiltered represents the type of event registered on a table or TableCollection and occurs when the data of a table is filtered.

tableSelectionChanged = "TableSelectionChanged"

TableSelectionChanged represents the type of event registered on a Table and occurs when the selection changes.

visualChange = "VisualChange"

VisualChange represents the type of event registered on a Visual and occurs when there is a visual change.

visualSelectionChanged = "VisualSelectionChanged"

VisualSelectionChanged represents the type of event registered on a VisualCollection and occurs when the visual selection changes.

workbookActivated = "WorkbookActivated"

WorkbookActivated represents the type of event which is fired when a workbook is activated.

workbookAutoSaveSettingChanged = "WorkbookAutoSaveSettingChanged"

WorkbookAutoSaveSettingChanged represents the type of event registered on a workbook and occurs when there is an auto save setting change.

workbookFormulaReferenceStyleChanged = "WorkbookFormulaReferenceStyleChanged"

WorkbookFormulaReferenceStyleChanged represents the type of event registered when the formula reference style has changed on a workbook.

workbookNavigationObjectChanged = "WorkbookNavigationObjectChanged"

LineageActivityUpdateAvailable represents the type of event registered when new revision updates lineage model.

worksheetActivated = "WorksheetActivated"

WorksheetActivated represents the type of event registered on a Worksheet or WorksheetCollection and occurs when a worksheet activates.

worksheetAdded = "WorksheetAdded"

WorksheetAdded represents the type of event registered on a WorksheetCollection and occurs when a new worksheet is added to the workbook.

worksheetCalculated = "WorksheetCalculated"

WorksheetCalculated represents the type of event registered on a Worksheet or WorksheetCollection and occurs when a worksheet is calculated.

worksheetChanged = "WorksheetChanged"

WorksheetChanged represents the type of event registered on a Worksheet or WorksheetCollection and occurs when data changes.

worksheetColumnSorted = "WorksheetColumnSorted"

WorksheetColumnSorted represents the type of event registered on a worksheet and occurs columns are sorted.

worksheetDeactivated = "WorksheetDeactivated"

WorksheetDeactivated represents the type of event registered on a Worksheet or WorksheetCollection and occurs when a worksheet deactivates.

worksheetDeleted = "WorksheetDeleted"

WorksheetDeleted represents the type of event registered on a WorksheetCollection and occurs when a worksheet is deleted from the workbook.

worksheetFiltered = "WorksheetFiltered"

WorksheetFiltered represents the type of event registered on a worksheet or WorksheetCollection and occurs when the data of an AutoFilter in the worksheet is filtered.

worksheetFormatChanged = "WorksheetFormatChanged"

WorksheetFormatChanged represents the type of event registered on a worksheet and occurs when a format is changed.

worksheetFormulaChanged = "WorksheetFormulaChanged"

WorksheetFormulaChanged represents the type of event registered on a worksheet and occurs when a formula is changed.

worksheetMoved = "WorksheetMoved"

WorksheetMoved represents the type of event registered on a worksheet that occurs when it is moved within a workbook.

worksheetNameChanged = "WorksheetNameChanged"

WorksheetNameChanged represents the type of event registered on a worksheet that occurs when its name changes.

worksheetProtectionChanged = "WorksheetProtectionChanged"

WorksheetProtectionChanged represents the type of event registered on worksheet, and occurs when protection status is changed.

worksheetRowHeightChanged = "WorksheetRowHeightChanged"

WorksheetRowHeightChanged represents the type of event registered when the height of a worksheet row is changed.

worksheetRowHiddenChanged = "WorksheetRowHiddenChanged"

WorksheetRowHiddenChanged represents the type of event registered on a worksheet and occurs when a row's hidden state is changed.

worksheetRowSorted = "WorksheetRowSorted"

WorksheetRowSorted represents the type of event registered on a worksheet and occurs when rows are sorted.

worksheetSelectionChanged = "WorksheetSelectionChanged"

WorksheetSelectionChanged represents the type of event registered on a Worksheet and occurs when the selection changes.

worksheetSingleClicked = "WorksheetSingleClicked"

WorksheetSingleClicked represents the type of event registered on a worksheet and occurs when a cell is left-clicked or tapped.

worksheetVisibilityChanged = "WorksheetVisibilityChanged"

WorksheetVisibilityChanged represents the type of event registered on a worksheet that occurs when its visibility changes.