'Declaration Public Enum AllowClipboardOperations Inherits System.Enum
public enum AllowClipboardOperations : System.Enum
Member | Description |
---|---|
All | All operations are allowed. |
ClearContents | The values of one or more cells can be removed |
Copy | The values of cells may be copied to the clipboard |
Cut | The values of cells may be removed and placed on the clipboard |
None | No operations are allowed. |
Paste | Information on the clipboard may be used to change the values of one or more cells. Note, this functionality requires use of the Clipboard class which requires UIPermissions of AllClipboard in order to read from the clipboard. |
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