ClassCopyPasteResultBase
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:
cs-api-definition
public class CopyPasteResultBase
Inheritance: objectCopyPasteResultBase
Derived Classes:
Constructors
CopyPasteResultBase(bool, string, string)
Initializes a new result with the specified success state and optional error details.
Properties
ErrorMessage
The error message describing why the paste operation failed, or empty if successful.
Declaration
cs-api-definition
public string ErrorMessage { get; }
Property Value
The error message.