Class
PasteResult

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 CopyPasteResultBase.SuccessCopyPasteResultBase.ErrorMessage

Constructors

PasteResult(bool, string)

Initializes a new PasteResult with the specified success status and optional error message.

Declaration

cs-api-definition
public PasteResult(bool success, string errorMessage = "")

Parameters

success

bool

The success.

errorMessage

string

The error message.

In this article
DefinitionConstructorsPasteResult(bool, string)
Not finding the help you need?
Contact Support