Aspose::Cells::Cells::UnMerge method

Cells::UnMerge method

Unmerges a specified range of merged cells.

void Aspose::Cells::Cells::UnMerge(int32_t firstRow, int32_t firstColumn, int32_t totalRows, int32_t totalColumns)
ParameterTypeDescription
firstRowint32_tFirst row of this range(zero based)
firstColumnint32_tFirst column of this range(zero based)
totalRowsint32_tNumber of rows(one based)
totalColumnsint32_tNumber of columns(one based)

See Also