Class PasteResult
Provides the outcome of a paste operation, indicating success or failure with an optional error message.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class PasteResult : CopyPasteResultBase
Constructors
PasteResult(Boolean, String)
Initializes a new PasteResult with the specified success status and optional error message.
Declaration
public PasteResult(bool success, string errorMessage = "")
Parameters
|
System.Boolean
success
The success. |
|
System.String
errorMessage
The error message. |