Search
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: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void pasteData (
    Cell cell,
    CellData 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