ClassPasteResult
Class
Provides the outcome of a paste operation, indicating success or failure with an optional error message.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class PasteResult : CopyPasteResultBase
Inheritance: objectCopyPasteResultBasePasteResult
Inherited Members
Constructors
PasteResult(bool, string)
Initializes a new PasteResult with the specified success status and optional error message.