Search
Worksheet.unmerge Method (CellRange)
See Also
 






Unmerges all merged cells intersecting with the specified range.

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

 Syntax

Java  Copy Code

public void unmerge (
    CellRange range
)

 Parameters

range

A range that specifies the cells to unmerge.

 See Also