Worksheet.Merge
Worksheet.Merge method
Merges a specified range of cells into a single cell.
public void Merge(CellRange r)
Parameter | Type | Description |
---|---|---|
r | CellRange | CellRange of this range(zero based) |
Remarks
Reference the merged cell via the address of the upper-left cell in the range.
See Also
- class CellRange
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop