Search
Worksheet.getMergedCell Method (Cell)
See Also
 






Gets the merged cell containing the specified cell, if this cell is part of a merged cell.

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

 Syntax

Java  Copy Code

public CellRange getMergedCell (
    Cell cell
)

 Parameters

cell

The cell to inspect.

 Return Value

An instance of the CellRange class representing the containing merged cell, or null, if cell is not merged.

 See Also