WebCells.UnMerge

WebCells.UnMerge method

Unmerges a specified range of merged cells.

public void UnMerge(int firstRow, int firstColumn, int totalRows, int totalColumns)
ParameterTypeDescription
firstRowInt32First row of this range(zero based)
firstColumnInt32First column of this range(zero based)
totalRowsInt32Number of rows(one based)
totalColumnsInt32Number of columns(one based)

See Also