Aspose::Pdf::Cells::Insert method
Cells::Insert method
Insert cell to collection.
void Aspose::Pdf::Cells::Insert(int32_t index, const System::SharedPtr<Cell> &cell)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The selected index. |
| cell | const System::SharedPtr<Cell>& | The selected cell. |
See Also
- Typedef SharedPtr
- Class Cell
- Class Cells
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++