Search
Worksheet.pasteStyles Method
See Also
 






Pastes the styles identified by the specified object at the specified location. The style information in the target range is discarded.

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

 Syntax

Java  Copy Code

public void pasteStyles (
    Cell cell,
    StyleData styleData
)

 Parameters

cell

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

styleData

An object identifying the styles to paste.

 See Also