WebCells.UnMerge
WebCells.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 WebCells
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb