Search
Worksheet.unmerge Method (Int32, Int32, Int32, Int32)
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 (
    int topLeftColumn,
    int topLeftRow,
    int bottomRightColumn,
    int bottomRightRow
)

 Parameters

topLeftColumn

The top-left column of the range of cells.

topLeftRow

The top-left row of the range of cells.

bottomRightColumn

The bottom-right column of the range of cells.

bottomRightRow

The bottom-right row of the range of cells.

 See Also