'Declaration Public Enum AllowMultiCellOperation Inherits System.Enum
public enum AllowMultiCellOperation : System.Enum
Member | Description |
---|---|
All | Allows all of operations listed in this enum. |
Copy | Allows copying of multiple cells to the clipboard. |
CopyWithHeaders | Same as Copy except that an extra row of column headers will be copied as well. |
Cut | Allows cutting of multiple cells to the clipboard. Cutting involves first copying of the cell values to the clipboard and then clearing the contents of the copied cells. |
Default | Default is resolved to None. |
Delete | Allows clearing contents of multiple cells. Cell contents are set to associated columns UltraGridColumn.DefaultCellValue property settings, which by default is DBNull. |
None | No multi cell operations are allowed. |
Paste | Allows pasting of multiple cells from the clipboard. |
Redo | Allows Redo operation. |
Reserved | Reserved. For internal use only. |
Undo | Allows Undo operation. Last multi cell operation will be undone. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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