Version

SpreadsheetContextMenuArea Enumeration

Enumeration used to identify the context menus for the XamSpreadsheet
Syntax
'Declaration
 
Public Enum SpreadsheetContextMenuArea 
   Inherits System.Enum
public enum SpreadsheetContextMenuArea : System.Enum 
Members
MemberDescription
CellThe context menu for a cell selection in the XamSpreadsheet.
ColumnThe context menu for column headers in the XamSpreadsheet and for the cells when there is only a single range of columns selected.
FormulaBarEditorThe context menu for the control within the FormulaBarControl that is used to edit the value of the active cell in the XamSpreadsheet.
InPlaceEditorThe context menu for the control used to edit the cells within the XamSpreadsheet.
RowThe context menu for row headers in the XamSpreadsheet and for the cells when there is only a single range of rows selected.
SelectAllButtonThe context menu for the select all button at the intersection of the row and column header areas
TabThe context menu for a Worksheet tab item in the XamSpreadsheet.
TableCellThe context menu for a cell selection in the XamSpreadsheet when the active cell is part of a Infragistics.Documents.Excel.WorksheetTable.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also