Version

AllowMultiCellOperation Enumeration

Enum used for specifying the UltraGridOverride.AllowMultiCellOperations property.
Syntax
'Declaration
 
Public Enum AllowMultiCellOperation 
   Inherits System.Enum
public enum AllowMultiCellOperation : System.Enum 
Members
MemberDescription
AllAllows all of operations listed in this enum.
CopyAllows copying of multiple cells to the clipboard.
CopyWithHeadersSame as Copy except that an extra row of column headers will be copied as well.
CutAllows 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.
DefaultDefault is resolved to None.
DeleteAllows clearing contents of multiple cells. Cell contents are set to associated columns UltraGridColumn.DefaultCellValue property settings, which by default is DBNull.
NoneNo multi cell operations are allowed.
PasteAllows pasting of multiple cells from the clipboard.
RedoAllows Redo operation.
ReservedReserved. For internal use only.
UndoAllows Undo operation. Last multi cell operation will be undone.
Requirements

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

See Also