Worksheet.Unmerge
Contents
[
Hide
]Unmerge(CellRange)
Unmerges a specified range of cells into a single cell.
public void Unmerge(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
Unmerge(CellLocation)
Remove the specified cell location from merges.
public void Unmerge(CellLocation location)
Parameter | Type | Description |
---|---|---|
location | CellLocation | Cell location. |
See Also
- class CellLocation
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
Unmerge(int, int)
Remove the specified cell row column index from merges.
public void Unmerge(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row index. |
column | Int32 | Column index. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop