Version

ClipboardPasteErrorType Enumeration

An Enum for the different types of errors to be raised during excel like paste.
Syntax
'Declaration
 
Public Enum ClipboardPasteErrorType 
   Inherits System.Enum
public enum ClipboardPasteErrorType : System.Enum 
Members
MemberDescription
CastErrorDesignates that the error happened because of a bad cast.
InvalidDestinationSelectionDesignates that the error happened because the desired destination for pasting was invalid.
InvalidInputSelectionDesignates that the error happened because of data stored in the clipboard is not compatible to paste into the desired area.
ReadOnlyColumnTriggers to let the consumer know that paste operation is being denied due to a Read Only Column.
TruncationErrorDesignates that the error happened because of an issue with truncation.
UnboundColumnTriggers to let the consumer know that paste operation is being denied, due to an Unbound Column.
UnknownErrorDesignates that an unknown Error happened while attempting to paste a value into a cell.
Requirements

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

See Also