Enumeration used to identify the context menus for the [[Spreadsheet]]

Enumeration Members

Cell: 2

The context menu for a cell selection in the [[Spreadsheet]].

Column: 0

The context menu for column headers in the [[Spreadsheet]] and for the cells when there is only a single range of columns selected.

FormulaBarEditor: 5

The context menu for the control within the FormulaBarControl that is used to edit the value of the active cell in the [[Spreadsheet]].

InPlaceEditor: 4

The context menu for the control used to edit the cells within the [[Spreadsheet]].

Row: 1

The context menu for row headers in the [[Spreadsheet]] and for the cells when there is only a single range of rows selected.

SelectAllButton: 6

The context menu for the select all button at the intersection of the row and column header areas

Tab: 3

The context menu for a Worksheet tab item in the [[Spreadsheet]].

TableCell: 7

The context menu for a cell selection in the [[Spreadsheet]] when the active cell is part of a [[WorksheetTable]].