FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ContextMenuCommands Enumeration

In This Topic
    ContextMenuCommands Enumeration
    In This Topic
    Specifies commands that may be executed from the context menu.
    Syntax
    'Declaration
     
    
    Public Enum ContextMenuCommands 
       Inherits System.Enum
    public enum ContextMenuCommands : System.Enum 
    Members
    MemberDescription
    ClearClear the content of the selection without copying it to the clipboard.
    CopyCopy the selection to the clipboard.
    CutCut the selection to the clipboard.
    DeleteColumnsDelete the selected columns.
    DeleteRowsDelete the selected rows.
    InsertColumnsInsert new columns at the cursor.
    InsertRowsInsert new rows at the cursor.
    PastePaste the contents of the selection over the current selection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.ContextMenuCommands

    See Also