'Declaration Public Enum ClipboardPasteErrorType Inherits System.Enum
public enum ClipboardPasteErrorType : System.Enum
Member | Description |
---|---|
CastError | Designates that the error happened because of a bad cast. |
InvalidDestinationSelection | Designates that the error happened because the desired destination for pasting was invalid. |
InvalidInputSelection | Designates that the error happened because of data stored in the clipboard is not compatible to paste into the desired area. |
ReadOnlyColumn | Triggers to let the consumer know that paste operation is being denied due to a Read Only Column. |
TruncationError | Designates that the error happened because of an issue with truncation. |
UnboundColumn | Triggers to let the consumer know that paste operation is being denied, due to an Unbound Column. |
UnknownError | Designates that an unknown Error happened while attempting to paste a value into a cell. |
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