CopyPasteResultBase
Class
Base class for reporting the outcome of copy-paste operations in worksheets.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class CopyPasteResultBase
Inheritance: objectCopyPasteResultBase
Derived Classes:
Constructors
Initializes a new result with the specified success state and optional error details.
Properties
The error message describing why the paste operation failed, or empty if successful.
C#
public string ErrorMessage { get; }
The error message.