Worksheet.Merge

Worksheet.Merge method

Merges a specified range of cells into a single cell.

public void Merge(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