'Declaration Public Enum ClipboardError Inherits System.Enum
public enum ClipboardError : System.Enum
Member | Description |
---|---|
ConversionError | Unable to convert the display value to the target cell EditAsType. |
Exception | An exception occurred during the operation. |
InsertRecordError | An error occurred while attempting to insert a record or the insertion was cancelled. |
InvalidSelectedFieldRecords | The record manager associated with the operation doesn't utilize the field layout associated with the selection. |
MixedSelection | The DataPresenterBase.SelectedItems has a mixture of selected item types - e.g. has some cells selected and some fields. |
NonRectangularSelection | The operation requires that the cells of the same fields are selected in all the records which contain selection. |
NotEnoughColumns | The information to be pasted has more column/field information than the amount of available from the origin of the paste operation. |
NotEnoughRows | The information to be pasted has more row/record information than the amount of available from the origin of the paste operation. |
ReadOnlyCell | The target cell does not allow editing and therefore the value cannot be changed. |
SetCellValueError | An error occurred while attempting to modify the value of a cell |
UpdateRecordError | An error occurred while attempting to update a record |
ValidationError | The value was determined to be invalid with the constraints of the editor. |
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