Search
Worksheet.getMergedCell Method (Int32, Int32)
See Also
 






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

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

 Syntax

Java  Copy Code

public CellRange getMergedCell (
    int column,
    int row
)

 Parameters

column

The column of the cell to inspect.

row

The row of the cell to inspect.

 Return Value

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

 See Also