MergeCells()
Table::MergeCells(System::SharedPtr<ICell>, System::SharedPtr<ICell>, bool) method
Merges neighbour cells.
System::SharedPtr<ICell> Aspose::Slides::Table::MergeCells(System::SharedPtr<ICell> cell1, System::SharedPtr<ICell> cell2, bool allowSplitting) override
Arguments
Parameter | Type | Description |
---|---|---|
cell1 | System::SharedPtr<ICell> | Cell to merge. |
cell2 | System::SharedPtr<ICell> | Cell to merge. |
allowSplitting | bool | True to allow cells splitting. |
Return Value
Merged cell.
See Also
- Typedef SharedPtr
- Class ICell
- Class Table
- Namespace Aspose::Slides
- Library Aspose.Slides