MindFusion.Wpf Pack Programmer's Guide
Worksheet.PasteData Method
See Also
 





Pastes the data identified by the specified object at the specified location. The data in the target range is discarded.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void PasteData (
    Cell cell,
    CellData cellData
)

Visual Basic  Copy Code

Public Sub PasteData( _
    cell As Cell, _
    cellData As CellData _
)

 Parameters

cell

A Cell object identifying the target range. The dimensions of the target range are identical to the dimensions of the source range.

cellData

An object identifying the data to paste.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace