MergeCells()

ITable::MergeCells(System::SharedPtr<ICell>, System::SharedPtr<ICell>, bool) method

Merges neighbour cells.

virtual System::SharedPtr<ICell> Aspose::Slides::ITable::MergeCells(System::SharedPtr<ICell> cell1, System::SharedPtr<ICell> cell2, bool allowSplitting)=0

Arguments

ParameterTypeDescription
cell1System::SharedPtr<ICell>Cell to merge.
cell2System::SharedPtr<ICell>Cell to merge.
allowSplittingboolTrue to allow cells splitting.

Return Value

Merged cell.

See Also