GridCells.UnMerge
GridCells.UnMerge method
Unmerges a specified range of merged cells.
public void UnMerge(int firstRow, int firstColumn, int totalRows, int totalColumns)
| Parameter | Type | Description | 
|---|---|---|
| firstRow | Int32 | First row of this range(zero based) | 
| firstColumn | Int32 | First column of this range(zero based) | 
| totalRows | Int32 | Number of rows(one based) | 
| totalColumns | Int32 | Number of columns(one based) | 
See Also
- class GridCells
 - namespace Aspose.Cells.GridDesktop.Data
 - assembly Aspose.Cells.GridDesktop