[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ContextMenuCommands

ContextMenuCommands Enum

Specifies commands that may be executed from the context menu.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public enum ContextMenuCommands

Fields

Name Description
Clear

Clear the content of the selection without copying it to the clipboard.

Copy

Copy the selection to the clipboard.

Cut

Cut the selection to the clipboard.

DeleteColumns

Delete the selected columns.

DeleteRows

Delete the selected rows.

InsertColumns

Insert new columns at the cursor.

InsertRows

Insert new rows at the cursor.

Paste

Paste the contents of the selection over the current selection.