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)
ParameterTypeDescription
indexint32_tThe selected index.
cellconst System::SharedPtr<Cell>&The selected cell.

See Also