Search
Worksheet.copyStyles Method
See Also
 






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

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

 Syntax

Java  Copy Code

public StyleData copyStyles (
    CellRange range
)

 Parameters

range

The range from which the styles are copied.

 Return Value

An object identifying the copied styles.

 See Also