Worksheet.Unmerge

Unmerge(CellRange)

Unmerges a specified range of cells into a single cell.

public void Unmerge(CellRange r)
ParameterTypeDescription
rCellRangeCellRange of this range(zero based)

Remarks

Reference the merged cell via the address of the upper-left cell in the range.

See Also


Unmerge(CellLocation)

Remove the specified cell location from merges.

public void Unmerge(CellLocation location)
ParameterTypeDescription
locationCellLocationCell location.

See Also


Unmerge(int, int)

Remove the specified cell row column index from merges.

public void Unmerge(int row, int column)
ParameterTypeDescription
rowInt32Row index.
columnInt32Column index.

See Also