Search
Worksheet.copyData Method
See Also
 






Copies the data in the specified range and returns an object identifying the copied data.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public CellData copyData (
    CellRange range
)

 Parameters

range

The range from which the data is copied.

 Return Value

An object identifying the copied data.

 See Also