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
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 ITable
- Namespace Aspose::Slides
- Library Aspose.Slides